[css-houdini-drafts] [css-properties-values-api] Specific identifier syntax & CSS-wide keywords

jyc has just created a new issue for 
https://github.com/w3c/css-houdini-drafts:

== [css-properties-values-api] Specific identifier syntax & CSS-wide 
keywords ==
One supported syntax string is: "Any string, the contents of which 
matches the <ident> production", [1] which matches that identifier. An
 identifier is "a sequence of characters conforming to the 
<ident-token> grammar." [2] But "Regardless of the syntax specified, 
all custom properties will accept CSS-wide keywords as well as revert,
 and process these values appropriately." [1]

Is "inherit" then a legal syntax string? What should happen if the 
user declares that custom property with the value "inherit"?

[1]: 
https://drafts.css-houdini.org/css-properties-values-api/#supported-syntax-strings
[2]: https://drafts.csswg.org/css-values-3/#typedef-ident

Please view or discuss this issue at 
https://github.com/w3c/css-houdini-drafts/issues/259 using your GitHub
 account

Received on Friday, 15 July 2016 01:06:39 UTC