mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
LibWeb: Add helper functions for handling ARIA state and properties
These will make serializing and calculating default values easier.
This commit is contained in:
parent
57a6d577ad
commit
125792e5ff
3 changed files with 526 additions and 0 deletions
|
@ -5,6 +5,7 @@ set(SOURCES
|
|||
ARIA/ARIAMixin.cpp
|
||||
ARIA/ARIAMixin.idl
|
||||
ARIA/Roles.cpp
|
||||
ARIA/StateAndProperties.cpp
|
||||
Bindings/AudioConstructor.cpp
|
||||
Bindings/HostDefined.cpp
|
||||
Bindings/ImageConstructor.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue