mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
LibWeb: Port the CSS namespace to IDL
This commit is contained in:
parent
020c2b59c4
commit
2d45e1fca5
8 changed files with 97 additions and 117 deletions
|
@ -5,7 +5,6 @@ set(SOURCES
|
|||
ARIA/ARIAMixin.idl
|
||||
ARIA/Roles.cpp
|
||||
Bindings/AudioConstructor.cpp
|
||||
Bindings/CSSNamespace.cpp
|
||||
Bindings/HostDefined.cpp
|
||||
Bindings/ImageConstructor.cpp
|
||||
Bindings/Intrinsics.cpp
|
||||
|
@ -18,6 +17,7 @@ set(SOURCES
|
|||
Crypto/SubtleCrypto.cpp
|
||||
CSS/Angle.cpp
|
||||
CSS/Clip.cpp
|
||||
CSS/CSS.cpp
|
||||
CSS/CSSConditionRule.cpp
|
||||
CSS/CSSGroupingRule.cpp
|
||||
CSS/CSSImportRule.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue