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 6009b8f commit c7e8788Copy full SHA for c7e8788
components/css_selector.rst
@@ -96,7 +96,11 @@ 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``, ``*:scope``.
100
+
101
+.. versionadded:: 6.3
102
103
+ The support for ``*:scope`` was introduced in Symfony 6.3.
104
105
Learn more
106
----------
0 commit comments