- From: <bugzilla@jessica.w3.org>
- Date: Sun, 18 Oct 2015 17:06:59 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26985 --- Comment #12 from Boris Zbarsky <bzbarsky@mit.edu> --- If it's a Set-equivalent, why does it have an indexed getter and a .length? It sure quacks like an array when read, though I agree the behavior on _mutations_ isn't very arraylike. Maybe we would have _liked_ to ship a setlike interface here, but the arraylike thing has been implemented for a while now, so we're kinda stuck with it. More importantly, the rules for iterable-and-indexed-props need to make sense in general for indexed things, no matter what weirdness we have with DOMTokenList. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Sunday, 18 October 2015 17:07:01 UTC