Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc56ca52

Browse files
committed
minor#17628 [CssSelector] add support for :is() and :where() (Jean-Beru)
This PR was submitted for the 6.4 branch but it was merged into the 7.1 branch instead.Discussion----------[CssSelector] add support for :is() and :where()Add documentation for*symfony/symfony#48803Commits-------f61c919 [CssSelector] add support for :is() and :where()
2 parentsa5b0693 +f61c919 commitc56ca52

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
@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp