[css-houdini-drafts] [css-typed-om-1]update() behaves a bit oddly for non-single-valued properties

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

== [css-typed-om-1]update() behaves a bit oddly for non-single-valued properties ==
https://drafts.css-houdini.org/css-typed-om-1/#dom-stylepropertymap-update-property-updatefn is defined to do a get(), then pass the single CSSStyleValue to the given function, then do a set().

For a non-single-valued property this would lose all but the first item in the list if an identity UpdateFunction is used.  This seems like slightly odd behavior.

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

Received on Thursday, 15 February 2018 18:48:32 UTC