mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
LibWeb: Add CSSRuleList
"The CSSRuleList interface represents an ordered collection of CSS style rules." - https://www.w3.org/TR/cssom-1/#the-cssrulelist-interface
This commit is contained in:
parent
2758d99bbc
commit
97a78cdd28
4 changed files with 69 additions and 0 deletions
|
@ -14,6 +14,7 @@ set(SOURCES
|
|||
Bindings/Wrappable.cpp
|
||||
CSS/CSSImportRule.cpp
|
||||
CSS/CSSRule.cpp
|
||||
CSS/CSSRuleList.cpp
|
||||
CSS/CSSStyleDeclaration.cpp
|
||||
CSS/CSSStyleRule.cpp
|
||||
CSS/CSSStyleSheet.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue