mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:07:45 +00:00
LibWeb: Add the CSSStyleRule interface with some limited functionality
This commit is contained in:
parent
71087422f6
commit
6cda24097b
8 changed files with 84 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
set(SOURCES
|
||||
Bindings/CSSRuleWrapperFactory.cpp
|
||||
Bindings/CSSStyleDeclarationWrapperCustom.cpp
|
||||
Bindings/EventListenerWrapper.cpp
|
||||
Bindings/EventTargetWrapperFactory.cpp
|
||||
|
@ -343,6 +344,7 @@ endfunction()
|
|||
libweb_js_wrapper(CSS/CSSRule)
|
||||
libweb_js_wrapper(CSS/CSSRuleList)
|
||||
libweb_js_wrapper(CSS/CSSStyleDeclaration)
|
||||
libweb_js_wrapper(CSS/CSSStyleRule)
|
||||
libweb_js_wrapper(CSS/CSSStyleSheet)
|
||||
libweb_js_wrapper(CSS/MediaQueryList)
|
||||
libweb_js_wrapper(CSS/Screen)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue