mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:47:44 +00:00
LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^)
This commit is contained in:
parent
2e23cce557
commit
a57128467a
5 changed files with 57 additions and 18 deletions
|
@ -62,13 +62,15 @@ public:
|
|||
FirstChild,
|
||||
LastChild,
|
||||
OnlyChild,
|
||||
NthChild,
|
||||
NthLastChild,
|
||||
Empty,
|
||||
Root,
|
||||
FirstOfType,
|
||||
LastOfType,
|
||||
OnlyOfType,
|
||||
NthChild,
|
||||
NthLastChild,
|
||||
NthOfType,
|
||||
NthLastOfType,
|
||||
Disabled,
|
||||
Enabled,
|
||||
Checked,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue