mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibHTML: Support the :first-child and :last-child pseudo classes
This commit is contained in:
parent
870df4a8c6
commit
c1474e594e
Notes:
sideshowbarker
2024-07-19 10:50:13 +09:00
Author: https://github.com/awesomekling
Commit: c1474e594e
6 changed files with 63 additions and 0 deletions
|
@ -20,6 +20,8 @@ public:
|
|||
None,
|
||||
Link,
|
||||
Hover,
|
||||
FirstChild,
|
||||
LastChild,
|
||||
};
|
||||
PseudoClass pseudo_class { PseudoClass::None };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue