We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b7d2a commit ae7dfc4Copy full SHA for ae7dfc4
components/css_selector.rst
@@ -96,7 +96,7 @@ Pseudo-classes are partially supported:
96
* Not supported: ``*:first-of-type``, ``*:last-of-type``, ``*:nth-of-type`` and
97
``*:nth-last-of-type`` (all these work with an element name (e.g.
98
``li:first-of-type``) but not with the ``*`` selector).
99
-* Supported: ``*:only-of-type``.
+* Supported: ``*:only-of-type``, ``*:is`` and ``*:where``.
100
101
Learn more
102
----------
0 commit comments