[css-houdini-drafts] [css-typed-om-1] liveness behavior not very clear for the set of properties on StylePropertyMaps

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

== [css-typed-om-1] liveness behavior not very clear for the set of properties on StylePropertyMaps ==
https://drafts.css-houdini.org/css-typed-om-1/#declared-stylepropertymap-objects says things like:

> When constructed, the map entries for declared StylePropertyMap objects is initialized to contain an entry for each property with a valid value inside the CSSStyleRule or inline style that the object represents, in the same order as the CSSStyleRule or inline style.

Nothing in this spec defines how that map entries can change (apart from API calls on it).  What happens if the values of the properties involved changes?  What happens if the set of properties involved changes?  Nothing seems to define the behavior.


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

Received on Thursday, 15 February 2018 19:31:06 UTC