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.
This re-lands https://codereview.chromium.org/98543009 after having
landed https://codereview.chromium.org/111833002/ in Chromium.
BUG=325922
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163705
Patch Set 1 #Messages
Total messages: 6 (0 generated)
|