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

fix "," in css selectors #595

Merged
merged 2 commits into from
Sep 13, 2024
Merged

Conversation

Sharktheone
Copy link
Member

Previously, we could not use the "," (or "or" combinator) in a css selector, this is now implemented, so selectors like

div, span {}

work now

@Sharktheone Sharktheone added the css3 Any issues related to CSS3 label Sep 10, 2024
@Sharktheone Sharktheone self-assigned this Sep 10, 2024
@Sharktheone Sharktheone merged commit 84fff9d into gosub-io:main Sep 13, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css3 Any issues related to CSS3
Projects
Status: 🎯 Done
Development

Successfully merging this pull request may close these issues.

2 participants