DescriptionMake arguments to Element methods non-optional
http://dom.spec.whatwg.org/#interface-element
Only touch methods defined by the above spec.
The added missing-arguments test passes in Firefox Nightly, and
Opera 12.16. IE11 Release Preview passes all except getAttribute,
removeAttribute and setAttribute, where it returns null/undefined
instead of throwing.
Taken together, this could break IE- and Chrome-only content.
BUG=325922
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163374
Patch Set 1 #Patch Set 2 : fix failing tests #Messages
Total messages: 6 (0 generated)
|