mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:07:34 +00:00
LibHTML: Support the :only-child pseudo class
This commit is contained in:
parent
085cafd80a
commit
91ba94fbd4
5 changed files with 36 additions and 0 deletions
|
@ -22,6 +22,7 @@ public:
|
|||
Hover,
|
||||
FirstChild,
|
||||
LastChild,
|
||||
OnlyChild,
|
||||
Empty,
|
||||
};
|
||||
PseudoClass pseudo_class { PseudoClass::None };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue