LibHTML: Support the :first-child and :last-child pseudo classes

This commit is contained in:
Andreas Kling 2019-12-16 19:34:52 +01:00
commit c1474e594e
Notes: sideshowbarker 2024-07-19 10:50:13 +09:00
6 changed files with 63 additions and 0 deletions

View file

@ -20,6 +20,8 @@ public:
None,
Link,
Hover,
FirstChild,
LastChild,
};
PseudoClass pseudo_class { PseudoClass::None };