Re: [fxtf-drafts] Investigate removing [LegacyArrayClass] from DOMRectList

@annevk Just to clarify: Simply removing `[LegacyArrayClass]` means that `DOMRectList` will just provide the `length` read-only attribute and the `item()` method. Authors won't be able to use Array methods.

Currently, only Firefox seems to allow Array functions. So following your suggestion unlikely breaks web content. And looking at the activity on the referenced Mozilla bug, Mozilla seems to be on board with removing `[LegacyArrayClass]`.

So I'll go ahead and remove it from the spec.

-- 
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/280#issuecomment-384520968 using your GitHub account

Received on Thursday, 26 April 2018 05:49:19 UTC