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 8612bab commit bb5b602Copy full SHA for bb5b602
components/css_selector.rst
@@ -92,12 +92,16 @@ 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:: 6.3
98
99
The support for ``*:scope`` was introduced in Symfony 6.3.
100
101
+.. versionadded:: 6.4
102
+
103
+ The support for ``*:is`` and ``*:where`` were introduced in Symfony 6.4.
104
105
Learn more
106
----------
107
0 commit comments