Re: [css-houdini-drafts] CSS Typed: CSSTokenStreamValue is not valid IDL

> Nothing is live in the Typed OM.

OK.  Looks like you can't modify a CSSTokenStreamValue, so you could 
make it a frozen array, but...

> @bzbarsky what use cases though?

Consider the case here, where you want to represent "iterable stream 
of tokens" in a thing that you could pass to `StylePropertyMap.set`.  
If you just make it an Array, you now have to make StylePropertyMap 
more complicated.

-- 
GitHub Notification of comment by bzbarsky
Please view or discuss this issue at 
https://github.com/w3c/css-houdini-drafts/issues/239#issuecomment-227824799
 using your GitHub account

Received on Wednesday, 22 June 2016 17:54:42 UTC