This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-10-19 15:43:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a0ba49a50a
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 19:41:46 +02: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 19:57:45 +02: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 19:41:46 +02:00
};
Reference in a new issue
Copy permalink