[css-houdini-drafts] [css-typed-om] StylePropertyMap iterable

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

== [css-typed-om] StylePropertyMap iterable ==
`StylePropertyMapReadOnly::get` returns `CSSStyleValue?`, but 
`StylePropertyMap` is itself ` iterable<DOMString, (CSSStyleValue or 
sequence<CSSStyleValue> or DOMString)>`.
In what circumstances is the iterator value then a `CSSStyleValue` or 
`sequence<CSSStyleValue>`?

There is also a note saying that:

> The sequence of CSSStyleValues associated with a property do not 
represent multiple successive definitions of that property’s value. 
Instead, sequences represent values associated with list-valued 
properties. 

Shouldn't `StylePropertyMapReadOnly::get` return 
`sequence<CSSStyleValue>` then? Why not make the iterator value the 
same?

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

Received on Tuesday, 26 July 2016 18:30:34 UTC