DescriptionMake arguments to some Document and Element methods non-optional
https://dom.spec.whatwg.org/#document
https://dom.spec.whatwg.org/#element
The modified missing-arguments.html tests all pass in IE11 and Firefox
Nightly 36.0a1, i.e. these arguments are already non-optional in those
browsers, which limits the possible breakage to WebKit-specific content.
Note that Document.createAttributeNS()'s qualifiedName argument should
not be nullable per spec, but that is an orthogonal issue.
BUG=325922
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185773
Patch Set 1 #Patch Set 2 : add tests #Patch Set 3 : test #Patch Set 4 : restore nullability #Patch Set 5 : update expectations #Patch Set 6 : rebase+adapt #Messages
Total messages: 12 (2 generated)
|