mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:07:34 +00:00
LibWeb: Support named CSS properties on CSSStyleDeclaration wrapper
Use the new CustomGet/CustomPut wrapper mechansim to intercept gets and puts on CSSStyleDeclaration objects. This allows content to get and set individual CSS properties from JavaScript. :^)
This commit is contained in:
parent
ab23ef92b6
commit
4559faf8d8
4 changed files with 82 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
set(SOURCES
|
||||
Bindings/CSSStyleDeclarationWrapperCustom.cpp
|
||||
Bindings/EventListenerWrapper.cpp
|
||||
Bindings/EventWrapperFactory.cpp
|
||||
Bindings/EventTargetWrapperFactory.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue