Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[CssSelector] add support for :is() and :where()#48803
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
f2d4128 tod1d438dCompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
d56aef3 tob71d1b6Comparefabpot commentedDec 30, 2022
You should rebase instead of merging 6.3 |
8872ef6 to26eefb3CompareJean-Beru commentedDec 30, 2022
My bad, I used the GitHub UI to resolve conflicts 🤦♂️ |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/CssSelector/Node/SpecificityAdjustmentNode.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/CssSelector/Node/SpecificityAdjustmentNode.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/CssSelector/Node/SpecificityAdjustmentNode.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
23ed186 tof22bf69Compare4a39386 tob262a86Compareb262a86 to4b70ca5CompareJean-Beru commentedApr 27, 2023
@stof Reviews have been resolved. Is there anything to change ? |
4b70ca5 to752f921CompareJean-Beru commentedJul 27, 2023
I rebased this PR to 6.4. Should I keep it opened ? |
OskarStark commentedJul 28, 2023
Uh oh!
There was an error while loading.Please reload this page.
fabpot left a comment
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.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/CssSelector/Node/SpecificityAdjustmentNode.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/CssSelector/Node/SpecificityAdjustmentNode.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/CssSelector/Node/SpecificityAdjustmentNode.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
| 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 |
| ========= | ||
| 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.
| ----- | |
| --- |
Uh oh!
There was an error while loading.Please reload this page.
c483f62 toc083e1dComparefabpot commentedFeb 3, 2024
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#48803Commits-------f61c919 [CssSelector] add support for :is() and :where()
Uh oh!
There was an error while loading.Please reload this page.
This PR adds support for:is() and:where() pseudo-classes.