Re: [heycam/webidl] Remove [LegacyArrayClass] (#291)

@zcorpan all `[LegacyArrayClass]` does is that it puts `Array.prototype` on the prototype chain. It is unrelated to `item()`.

https://drafts.csswg.org/cssom/ says `MediaList`, `StyleSheetList`, and `CSSRuleList` use it.

`w("map" in document.styleSheets)` returns false in every browser I tried it in...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/291#issuecomment-276694695

Received on Wednesday, 1 February 2017 15:54:34 UTC