-
Notifications
You must be signed in to change notification settings - Fork 192
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
Simplify syntaxes #230
Comments
Yeah, all these changes are correct, and I'd accept PRs on the relevant specs to change them. |
github-actions
bot
added
the
idle
Issues and pull requests with no activity for three months.
label
Jan 4, 2023
|
github-actions
bot
removed
the
idle
Issues and pull requests with no activity for three months.
label
Jan 3, 2025
This was referenced Jan 3, 2025
and for latest script runs:
|
This was referenced Jan 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While working on new matching approach in CSSTree I found that some syntaxes can be simplified. I wrote a script to detect some cases. Here is the output:
Action plan:
mdn/data
specific syntaxes (generated by a description) can be changed quite easilymdn/data
contains its outdated versions – those syntaxes should be aligned to specsmatrix()
,skew()
,repeat()
,attr()
etc) – issues to related specs should be filled and syntaxes updated depending on its resolution//cc @fantasai @tabatkins (sorry for mentioning, but I thought it might be interesting to you)
The text was updated successfully, but these errors were encountered: