[css-houdini-drafts] [css-typed-om-1] Is it intentional that only existing items in a CSSUnparsedValue can be mutated?

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

== [css-typed-om-1] Is it intentional that only existing items in a CSSUnparsedValue can be mutated? ==
There is an indexed setter, but no indexed creator.  So you can mutate the existing list of values, but not extend the list.

(There is also no deleter, but Web IDL no longer supports indexed deleters to start with, so that would be a bit complicated.  In an ideal world, though, one could change the length of the list in various ways.)

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

Received on Thursday, 15 February 2018 19:45:39 UTC