Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion components/css_selector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ Pseudo-classes are partially supported:
* Not supported: ``*:first-of-type``, ``*:last-of-type``, ``*:nth-of-type`` and
``*:nth-last-of-type`` (all these work with an element name (e.g.
``li:first-of-type``) but not with the ``*`` selector).
* Supported: ``*:only-of-type``, ``*:scope``.
* Supported: ``*:only-of-type``, ``*:scope``, ``*:is`` and ``*:where``.

.. versionadded:: 7.1

The support for ``*:is`` and ``*:where`` was introduced in Symfony 7.1.

Learn more
----------
Expand Down