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

[fill-stroke] Missing quotes around property ref, and not a real "value" #300

Closed
tidoust opened this issue Jul 13, 2018 · 0 comments
Closed

Comments

@tidoust
Copy link
Member

tidoust commented Jul 13, 2018

According to the Value Definition Syntax, for "types that that have the same range of values as a property bearing the same name", "the type name is the property name (complete with quotes)".

These quotes are missing around background in the definition of the fill property.

Also, the "Value" header references the Value Definition Syntax, but the actual value is half-prose: <background> with modifications. This is valid per the syntax, but obviously does not describe the actual content that the property can have. Distinguishing between the actual syntax and the prose would allow to extract the syntax automatically, e.g. to automate some tests or create auto-completion tools for CSS properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant