Re: [css-houdini-drafts] [css-properties-values-api] When can reifying a registered prop's value ever hit step 7? (#897)

>> What I wanted to do here (without quite knowing how), was catch the case where the underlying value is a value without additional type attached to it
>
> I don't quite understand what you mean by this. Can you elaborate?

Er, I'll try, although it's clearly not going well so far. 😛

Rephrased question:

If I parse a string against `*` syntax, I get some underlying value. How do I catch that underlying value (in the spec) without _also_ catching values that result from other syntaxes (e.g. parsed against `"<color>"`, `"<length>"`, etc)? Can we do that by looking at the _value_ only (and not the syntax it came from)?


-- 
GitHub Notification of comment by andruud
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/897#issuecomment-501017990 using your GitHub account

Received on Tuesday, 11 June 2019 20:51:17 UTC