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