Skip to content
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() #17628

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

Jean-Beru
Copy link
Contributor

@Jean-Beru Jean-Beru commented Dec 28, 2022

@carsonbot carsonbot added this to the 6.3 milestone Dec 28, 2022
@javiereguiluz javiereguiluz added the Waiting Code Merge Docs for features pending to be merged label Dec 30, 2022
@carsonbot carsonbot modified the milestones: 6.3, next Dec 30, 2022
@Jean-Beru Jean-Beru force-pushed the css-selector/add-is-and-where branch from ae7dfc4 to bb5b602 Compare July 27, 2023 14:15
@Jean-Beru Jean-Beru requested a review from xabbuh as a code owner July 27, 2023 14:15
@Jean-Beru Jean-Beru changed the base branch from 6.3 to 6.4 July 27, 2023 14:15
@Jean-Beru
Copy link
Contributor Author

I rebased this PR to 6.4.

@OskarStark
Copy link
Contributor

I updated the PR header, with using a list instead of a Url, you can directly see the status of the referenced PR 😊

fabpot added a commit to symfony/symfony that referenced this pull request Feb 3, 2024
…-Beru)

This PR was squashed before being merged into the 7.1 branch.

Discussion
----------

[CssSelector] add support for :is() and :where()

| Q             | A
| ------------- | ---
| Branch?       | 7.1
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | Fix #48772
| License       | MIT
| Doc PR        | symfony/symfony-docs#17628

This PR adds support for [:is()](https://developer.mozilla.org/en-US/docs/Web/CSS/:is) and  [:where()](https://developer.mozilla.org/en-US/docs/Web/CSS/:where) pseudo-classes.

Commits
-------

c083e1d [CssSelector] add support for :is() and :where()
symfony-splitter pushed a commit to symfony/css-selector that referenced this pull request Feb 3, 2024
…-Beru)

This PR was squashed before being merged into the 7.1 branch.

Discussion
----------

[CssSelector] add support for :is() and :where()

| Q             | A
| ------------- | ---
| Branch?       | 7.1
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | Fix #48772
| License       | MIT
| Doc PR        | symfony/symfony-docs#17628

This PR adds support for [:is()](https://developer.mozilla.org/en-US/docs/Web/CSS/:is) and  [:where()](https://developer.mozilla.org/en-US/docs/Web/CSS/:where) pseudo-classes.

Commits
-------

c083e1d6b0 [CssSelector] add support for :is() and :where()
@javiereguiluz javiereguiluz removed the Waiting Code Merge Docs for features pending to be merged label Feb 5, 2024
@javiereguiluz javiereguiluz modified the milestones: next, 7.1 Feb 5, 2024
@javiereguiluz javiereguiluz changed the base branch from 6.4 to 7.1 February 5, 2024 09:09
@javiereguiluz
Copy link
Member

Thanks Hubert! We merged this in 7.1 branch.

@javiereguiluz javiereguiluz merged commit c56ca52 into symfony:7.1 Feb 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants