DescriptionThe index argument for HTMLCollection item() api should not be optional
As per spec link:
https://dom.spec.whatwg.org/#interface-htmlcollection,
index argument for HTMLCollection item() api should
not be optional.
Firefox throws TypeError:Not enough arguments,
if argument is missing. But IE treats the argument as
optional, defaulting to 0.
BUG=460722
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199198
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #
Messages
Total messages: 14 (5 generated)
|