mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:27:34 +00:00
LibWeb: Support the :first-of-type CSS selector :^)
This commit is contained in:
parent
4f690408af
commit
0eb9a9dd13
6 changed files with 26 additions and 0 deletions
|
@ -54,6 +54,7 @@ public:
|
|||
OnlyChild,
|
||||
Empty,
|
||||
Root,
|
||||
FirstOfType,
|
||||
};
|
||||
PseudoClass pseudo_class { PseudoClass::None };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue