- From: Anne van Kesteren <notifications@github.com>
 - Date: Wed, 01 Feb 2017 07:53:41 -0800
 - To: heycam/webidl <webidl@noreply.github.com>
 - Cc: Subscribed <subscribed@noreply.github.com>
 
Received on Wednesday, 1 February 2017 15:54:34 UTC
@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