Description was changed from
==========
FIELDSET element: |elements| IDL attribute should return an HTMLCollection, not
HTMLFormControlsCollection.
BUG=665291
==========
to
==========
FIELDSET element: |elements| IDL attribute should return an HTMLCollection, not
HTMLFormControlsCollection.
* HTMLFormControlsCollection:
Remove <fieldset> support
* HTMLCollection:
Add support for FormControls collection rooted at <fieldset>.
Note that some functions are used by HTMLFormControlsCollection too.
* Update tests
Make sure RadioNodeList isn't used.
Unlike HTMLFormControlsCollection, fieldset.elements doesn't have an exception
for <input type=image>.
Intent:
https://groups.google.com/a/chromium.org/forum/#!topic/Blink-dev/1WO1qyjG3GQ
BUG=665291
==========
tkent
Description was changed from ========== FIELDSET element: |elements| IDL attribute should return an HTMLCollection, not ...
Description was changed from
==========
FIELDSET element: |elements| IDL attribute should return an HTMLCollection, not
HTMLFormControlsCollection.
* HTMLFormControlsCollection:
Remove <fieldset> support
* HTMLCollection:
Add support for FormControls collection rooted at <fieldset>.
Note that some functions are used by HTMLFormControlsCollection too.
* Update tests
Make sure RadioNodeList isn't used.
Unlike HTMLFormControlsCollection, fieldset.elements doesn't have an exception
for <input type=image>.
Intent:
https://groups.google.com/a/chromium.org/forum/#!topic/Blink-dev/1WO1qyjG3GQ
BUG=665291
==========
to
==========
FIELDSET element: |elements| IDL attribute should return an HTMLCollection, not
HTMLFormControlsCollection.
* HTMLFormControlsCollection:
Remove <fieldset> support
* HTMLCollection:
Add support for FormControls collection rooted at <fieldset>.
Note that some functions are used by HTMLFormControlsCollection too.
* Update tests
Make sure RadioNodeList isn't used.
Unlike HTMLFormControlsCollection, fieldset.elements doesn't have an exception
for <input type=image>. So elements.length increased.
Intent:
https://groups.google.com/a/chromium.org/forum/#!topic/Blink-dev/1WO1qyjG3GQ
BUG=665291
==========
tkent
Description was changed from ========== FIELDSET element: |elements| IDL attribute should return an HTMLCollection, not ...
Description was changed from
==========
FIELDSET element: |elements| IDL attribute should return an HTMLCollection, not
HTMLFormControlsCollection.
* HTMLFormControlsCollection:
Remove <fieldset> support
* HTMLCollection:
Add support for FormControls collection rooted at <fieldset>.
Note that some functions are used by HTMLFormControlsCollection too.
* Update tests
Make sure RadioNodeList isn't used.
Unlike HTMLFormControlsCollection, fieldset.elements doesn't have an exception
for <input type=image>. So elements.length increased.
Intent:
https://groups.google.com/a/chromium.org/forum/#!topic/Blink-dev/1WO1qyjG3GQ
BUG=665291
==========
to
==========
FIELDSET element: |elements| IDL attribute should return an HTMLCollection, not
HTMLFormControlsCollection.
Specification:
https://html.spec.whatwg.org/multipage/forms.html#dom-fieldset-elements
Intent:
https://groups.google.com/a/chromium.org/forum/#!topic/Blink-dev/1WO1qyjG3GQ
* HTMLFormControlsCollection:
Remove <fieldset> support
* HTMLCollection:
Add support for FormControls collection rooted at <fieldset>.
Note that some functions are used by HTMLFormControlsCollection too.
* Update tests
Make sure RadioNodeList isn't used.
Unlike HTMLFormControlsCollection, fieldset.elements doesn't have an exception
for <input type=image> [1]. So elements.length increased.
[1] https://html.spec.whatwg.org/multipage/forms.html#dom-form-elements
BUG=665291
==========
Issue 2548453003: FIELDSET element: |elements| IDL attribute should return an HTMLCollection, not HTMLFormControlsCol…
(Closed)
Created 4 years ago by tkent
Modified 4 years ago
Reviewers: kochi
Base URL:
Comments: 2