Skip to content

Commit ae7dfc4

Browse files
committed
[CssSelector] add support for :is() and :where()
1 parent f0b7d2a commit ae7dfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/css_selector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Pseudo-classes are partially supported:
9696
* Not supported: ``*:first-of-type``, ``*:last-of-type``, ``*:nth-of-type`` and
9797
``*:nth-last-of-type`` (all these work with an element name (e.g.
9898
``li:first-of-type``) but not with the ``*`` selector).
99-
* Supported: ``*:only-of-type``.
99+
* Supported: ``*:only-of-type``, ``*:is`` and ``*:where``.
100100

101101
Learn more
102102
----------

0 commit comments

Comments
 (0)