[css-typed-om] Implement serialization of CSSStyleValues created from strings. |
||||
Issue descriptionWhen we serialize a CSSStyleValue created from a string, we need to preserve the original input [1]. Still clarifying the expected behaviour when multiple CSSStyleValues are created from a single string [2] [1] https://drafts.css-houdini.org/css-typed-om-1/#stylevalue-serialization [2] https://github.com/w3c/css-houdini-drafts/issues/556
,
Mar 8 2018
Why was it specified that way? It sounds inconvenient from an implementors POV. Also, other CSSOM apis don't require the original input to be preserved.
,
Mar 8 2018
Hi Rune, I'm not exactly sure why. You're right that it's inconvenient to implement (and also to inconvenient to spec out). I've filed an issue here: https://github.com/w3c/css-houdini-drafts/issues/728
,
Mar 12 2018
,
May 3 2018
No longer working on Typed OM, marking as Available. Should be straightforward to implement (see #c1), but not fun to test. Tab also mentioned that he'll add the dirtying mechanism explicitly in the spec language.
,
May 3 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by shend@chromium.org
, Feb 28 2018