mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Support the :last-of-type CSS selector :^)
This commit is contained in:
@@ -55,6 +55,7 @@ public:
|
||||
Empty,
|
||||
Root,
|
||||
FirstOfType,
|
||||
LastOfType,
|
||||
};
|
||||
PseudoClass pseudo_class { PseudoClass::None };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user