DescriptionSync HTML element interfaces E-F with the spec
Changing the HTMLFieldSetElement and HTMLFormElement.elements type from
HTMLCollection to HTMLFormControlsCollection does not change behavior,
since they already return a HTMLFormControlsCollection in C++ and that
object is wrapped correctly. Only some includes change in the generated
code.
Other than that, there are no changes to the generated code other than
the order.
HTMLFormElement.action is reflected as a URL by us and other tested
browsers, so a spec bug was filed to make the spec agree:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28169
BUG=460722
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191507
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|