mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
LibHTML: Implement the universal selector ("*")
This commit is contained in:
@@ -150,6 +150,9 @@ void dump_rule(const StyleRule& rule)
|
||||
case Selector::Component::Type::Invalid:
|
||||
type_description = "Invalid";
|
||||
break;
|
||||
case Selector::Component::Type::Universal:
|
||||
type_description = "Universal";
|
||||
break;
|
||||
case Selector::Component::Type::Id:
|
||||
type_description = "Id";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user