Skip to content

Commit f7de74c

Browse files
committed
feature #18109 [CssSelector] Add support for :scope (alamirault)
This PR was squashed before being merged into the 6.3 branch. Discussion ---------- [CssSelector] Add support for :scope Fix #18104 Commits ------- c7e8788 [CssSelector] Add support for :scope
2 parents 6009b8f + c7e8788 commit f7de74c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/css_selector.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@ Pseudo-classes are partially supported:
9696
* Not supported: ``*:first-of-type``, ``*:last-of-type``, ``*:nth-of-type`` and
9797
``*:nth-last-of-type`` (all these work with an element name (e.g.
9898
``li:first-of-type``) but not with the ``*`` selector).
99-
* Supported: ``*:only-of-type``.
99+
* Supported: ``*:only-of-type``, ``*:scope``.
100+
101+
.. versionadded:: 6.3
102+
103+
The support for ``*:scope`` was introduced in Symfony 6.3.
100104

101105
Learn more
102106
----------

0 commit comments

Comments
 (0)