[css-houdini-drafts] [css-typed-om] Why do CSSStyleValues created from strings serialize to the string?

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

== [css-typed-om] Why do CSSStyleValues created from strings serialize to the string? ==
Originally raised by rune@. The spec says that:

```
if the value was constructed from a USVString
   the serialization is the USVString from which the value was constructed.
```

Is this really important? It is inconvenient to both implement and spec (due to the dirtying logic) and apparently other CSSOM APIs don't require inputs to be preserved?

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

Received on Thursday, 8 March 2018 21:43:10 UTC