LibWeb: Support the :first-of-type CSS selector :^)

This commit is contained in:
Andreas Kling 2021-04-06 12:23:32 +02:00
commit 0eb9a9dd13
Notes: sideshowbarker 2024-07-18 20:44:00 +09:00
6 changed files with 26 additions and 0 deletions

View file

@ -54,6 +54,7 @@ public:
OnlyChild,
Empty,
Root,
FirstOfType,
};
PseudoClass pseudo_class { PseudoClass::None };