mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +00:00
LibWeb: Implement CSSNestedDeclarations type
This is basically a list of properties, without a block around it. It'll be part of CSSStyleRules' contents.
This commit is contained in:
committed by
Andreas Kling
parent
5b4d1b5b05
commit
9c66ab356a
@@ -2664,6 +2664,7 @@ void StyleComputer::build_qualified_layer_names_cache()
|
||||
case CSSRule::Type::Keyframes:
|
||||
case CSSRule::Type::Keyframe:
|
||||
case CSSRule::Type::Namespace:
|
||||
case CSSRule::Type::NestedDeclarations:
|
||||
case CSSRule::Type::Supports:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user