This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5a2716baea
ladybird
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
CSSRule.idl
6 lines
60 B
Text
Raw
Normal View
History
Unescape
Escape
LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^) This patch makes both of these classes inherit from RefCounted and Bindings::Wrappable, plus some minimal rejigging to allow us to keep using them internally while also exposing them to web content.
2021-09-29 14:41:46 -03:00
interface CSSRule {
LibWeb: Implement CSSRule and CSSStyleDeclaration serialization There are a handful of FIXME's here, but this seems generally good. Note that CSS *values* don't get serialized in a spec-compliant way since we currently rely on StyleValue::to_string() which is ad-hoc.
2021-10-01 14:57:45 -03:00
attribute CSSOMString cssText;
LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^) This patch makes both of these classes inherit from RefCounted and Bindings::Wrappable, plus some minimal rejigging to allow us to keep using them internally while also exposing them to web content.
2021-09-29 14:41:46 -03:00
};
Reference in a new issue
Copy permalink