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

Support CSS4 Selectors #24

Merged
merged 21 commits into from
Jan 23, 2022
Merged

Support CSS4 Selectors #24

merged 21 commits into from
Jan 23, 2022

Conversation

liZe
Copy link
Member

@liZe liZe commented Dec 28, 2021

Will handle the changes introduced by CSS4 Selectors (including fix #23), and fix some selectors using new tests.

  • :not() to accept a selector list,
  • :is(),
  • :where(),
  • :any-link,
  • :local-link,
  • :lang(),
  • unsuitable (time-dimensional pseudo-classes, :target-within, :focus-within, :focus-visible, :user-valid, :user-invalid),
  • :scope,
  • :nth-child() to accept a selector list,
  • :dir(),
  • :has() (in 9151996),
  • input pseudo-classes (:indeterminate, :valid, :invalid, :in-range, :out-of-range, :required, :optional, :blank),
  • column selectors (||, :nth-col(), :nth-last-col()), related to Handle the CSS column combinator WeasyPrint#1482,

@liZe liZe mentioned this pull request Jan 2, 2022
@liZe
Copy link
Member Author

liZe commented Jan 23, 2022

Let’s merge this pull request. The whole level 4 is not supported yet, but that’s good enough for now!

@liZe liZe marked this pull request as ready for review January 23, 2022 16:28
@liZe liZe merged commit f0a62ed into master Jan 23, 2022
@liZe liZe deleted the css4 branch January 23, 2022 16:28
liZe added a commit that referenced this pull request Sep 16, 2022
Related to #24.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

:is pseudo class support
1 participant