-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CssSelector] add support for :is() and :where() #48803
Conversation
f2d4128
to
d1d438d
Compare
d56aef3
to
b71d1b6
Compare
You should rebase instead of merging 6.3 |
8872ef6
to
26eefb3
Compare
My bad, I used the GitHub UI to resolve conflicts 🤦♂️ |
src/Symfony/Component/CssSelector/Node/SpecificityAdjustmentNode.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/CssSelector/Node/SpecificityAdjustmentNode.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/CssSelector/Node/SpecificityAdjustmentNode.php
Outdated
Show resolved
Hide resolved
23ed186
to
f22bf69
Compare
4a39386
to
b262a86
Compare
b262a86
to
4b70ca5
Compare
@stof Reviews have been resolved. Is there anything to change ? |
4b70ca5
to
752f921
Compare
I rebased this PR to 6.4. Should I keep it opened ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some random CS suggestions.
src/Symfony/Component/CssSelector/Node/SpecificityAdjustmentNode.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/CssSelector/Node/SpecificityAdjustmentNode.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/CssSelector/Node/SpecificityAdjustmentNode.php
Outdated
Show resolved
Hide resolved
@@ -1,6 +1,12 @@ | |||
CHANGELOG | |||
========= | |||
|
|||
6.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6.4 | |
7.1 |
@@ -1,6 +1,12 @@ | |||
CHANGELOG | |||
========= | |||
|
|||
6.4 | |||
----- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
----- | |
--- |
c483f62
to
c083e1d
Compare
Thank you @Jean-Beru. |
…eru) 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#48803 Commits ------- f61c919 [CssSelector] add support for :is() and :where()
This PR adds support for :is() and :where() pseudo-classes.