Re: [css-houdini-drafts] [css-typed-om]: CSSTokenStreamValue is not valid IDL

I mean, this goes against years of advice I'd heard (for example, how 
the SVG DOM was so horrible in having tons of `get()` methods on all 
their array-like classes), and directly contradicts what Boris is 
saying in 
<https://github.com/w3c/css-houdini-drafts/issues/239#issuecomment-227822705>.

I'd be more for just making it a pure iterator with no direct access 
and require casting it to an array if you want that, than adding 
`.get()` methods. :/

(Or just getting JS to do the necessary hops to make indexed access 
not require a full Proxy, because that's *dumb*.)

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

Received on Wednesday, 17 August 2016 00:44:29 UTC