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

image-set-option doesn't mark resolution/type as optional #924

Open
loganrosen opened this issue Feb 9, 2025 · 1 comment
Open

image-set-option doesn't mark resolution/type as optional #924

loganrosen opened this issue Feb 9, 2025 · 1 comment
Labels
needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@loganrosen
Copy link

loganrosen commented Feb 9, 2025

What information was incorrect, unhelpful, or incomplete?

I noticed that the definition of image-set-option doesn't have resolution/type marked as optional, while it is marked as optional on MDN and in the spec. Note how on MDN and in the spec it's shown as [ <resolution> || type( <string> ) ]?, while here it's shown as [ <resolution> || type(<string>) ]. I'm not sure why this doesn't match what's shown on MDN, as I thought that the formal syntax section is powered by what's in this repository.

What did you expect to see?

I expected the definition in this repo to match what's shown on MDN and in the spec.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

@loganrosen loganrosen added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Feb 9, 2025
@loganrosen
Copy link
Author

It looks like the documentation on MDN was out-of-date in terms of what powers the formal CSS syntax sections – I've opened an issue accordingly. However, this issue still affects e.g. Stylelint which depends on css-tree, which in turn depends on the data in this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

1 participant