- From: <bugzilla@jessica.w3.org>
- Date: Mon, 14 Mar 2011 12:28:50 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12299
Boris Zbarsky <bzbarsky@mit.edu> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu
--- Comment #2 from Boris Zbarsky <bzbarsky@mit.edu> 2011-03-14 12:28:50 UTC ---
[index] needs to return undefined when out of range.
.item(index) can do whatever it wants to.
That's how nodelists already behave: .item() returns null, while [index]
returns undefined.
-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Monday, 14 March 2011 12:28:53 UTC