mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
LibWeb: Add AriaData object to parse ARIAMixin data
This provides an easily serializeable interface for us to use in IPC.
This commit is contained in:
parent
10931dceb8
commit
57a6d577ad
8 changed files with 893 additions and 5 deletions
|
@ -23,6 +23,12 @@ class ResourceLoader;
|
|||
class XMLDocumentBuilder;
|
||||
}
|
||||
|
||||
namespace Web::ARIA {
|
||||
class AriaData;
|
||||
class ARIAMixin;
|
||||
enum class StateAndProperties;
|
||||
}
|
||||
|
||||
namespace Web::Bindings {
|
||||
class Intrinsics;
|
||||
class OptionConstructor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue