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
What information was incorrect, unhelpful, or incomplete?
I noticed that the definition of
image-set-optiondoesn't haveresolution/typemarked 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