Sam Atkins
2024-09-04 17:43:18 +01:00
committed by Andreas Kling
parent cbb4be3e5e
commit a50da405e9
6 changed files with 799 additions and 12 deletions

View File

@@ -46,6 +46,11 @@ CSSStyleDeclaration* CSSStyleRule::style()
return m_declaration;
}
FlyString CSSStyleRule::qualified_layer_name() const
{
return parent_layer_internal_qualified_name();
}
// https://www.w3.org/TR/cssom/#serialize-a-css-rule
String CSSStyleRule::serialized() const
{