8000
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 a5b0693 commit f61c919Copy full SHA for f61c919
components/css_selector.rst
@@ -92,7 +92,11 @@ Pseudo-classes are partially supported:
92
* Not supported: ``*:first-of-type``, ``*:last-of-type``, ``*:nth-of-type`` and
93
``*:nth-last-of-type`` (all these work with an element name (e.g.
94
``li:first-of-type``) but not with the ``*`` selector).
95
-* Supported: ``*:only-of-type``, ``*:scope``.
+* Supported: ``*:only-of-type``, ``*:scope``, ``*:is`` and ``*:where``.
96
+
97
+.. versionadded:: 7.1
98
99
+ The support for ``*:is`` and ``*:where`` was introduced in Symfony 7.1.
100
101
Learn more
102
----------
0 commit comments