mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
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.
6 lines
60 B
Plaintext
6 lines
60 B
Plaintext
interface CSSRule {
|
|
|
|
attribute CSSOMString cssText;
|
|
|
|
};
|