DescriptionNodeList.item() does not behave according to specification
NodeList.item() does not behave according to specification:
http://dom.spec.whatwg.org/#nodelist
Namely, we should not throw if the index is negative (meaning we should
drop the [IsIndex] extended attribute) and the argument should be
mandatory.
This behavior is consistent with both IE10 and Firefox.
BUG=237739
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155514
Patch Set 1 #Patch Set 2 : Add extra check #Patch Set 3 : Simplify link tag #
Messages
Total messages: 6 (0 generated)
|