[css-houdini-drafts] [css-typed-om] 6.3. CSSUnitValue Serialization unit string bug

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

== [css-typed-om] 6.3. CSSUnitValue Serialization unit string bug ==
https://www.w3.org/TR/css-typed-om-1/#numericvalue-serialization

> 4. Otherwise, if unit is "percentage", append "%" to s, then return s.

If the `CSSUnitValue` object was created via [`CSS.percent(n)`](https://www.w3.org/TR/css-typed-om-1/#numeric-factory), the _unit_ value will be `"percent"`.

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

Received on Wednesday, 23 May 2018 21:02:28 UTC