Make property descriptors hold named/indexed property values

This commit is contained in:
Patrick Shaughnessy 2020-01-06 14:20:51 -05:00
parent 1d645f3741
commit 111ede9c77
8 changed files with 6 additions and 30 deletions

View file

@ -3,7 +3,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmlformelement
[Exposed=Window]
[Exposed=Window, LegacyUnenumerableNamedProperties]
interface HTMLFormElement : HTMLElement {
[HTMLConstructor] constructor();