Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f61c919

Browse files
Jean-Berujaviereguiluz
authored andcommitted
[CssSelector] add support for :is() and :where()
1 parent a5b0693 commit f61c919

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/css_selector.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ Pseudo-classes are partially supported:
9292
* Not supported: ``*:first-of-type``, ``*:last-of-type``, ``*:nth-of-type`` and
9393
``*:nth-last-of-type`` (all these work with an element name (e.g.
9494
``li:first-of-type``) but not with the ``*`` selector).
95-
* Supported: ``*:only-of-type``, ``*:scope``.
95+
* 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.
96100

97101
Learn more
98102
----------

0 commit comments

Comments
 (0)