LibWeb: Add and implement CSSPropertyRule IDL and bindings

This commit is contained in:
Alex Ungurianu 2024-10-17 23:28:09 +01:00 committed by Sam Atkins
commit 50d64b0fb7
Notes: github-actions[bot] 2024-10-23 05:56:46 +00:00
15 changed files with 160 additions and 1 deletions

View file

@ -81,6 +81,7 @@ FlyString const& CSSRule::parent_layer_internal_qualified_name_slow_case() const
case Type::Namespace:
case Type::Supports:
case Type::NestedDeclarations:
case Type::Property:
break;
}
}