mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
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.
This commit is contained in:
@@ -30,4 +30,10 @@ void CSSGroupingRule::delete_rule(size_t)
|
||||
TODO();
|
||||
}
|
||||
|
||||
// https://drafts.csswg.org/cssom/#serialize-a-css-rule
|
||||
String CSSGroupingRule::serialized() const
|
||||
{
|
||||
TODO();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user