mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Make property descriptors hold named/indexed property values
This commit is contained in:
parent
1d645f3741
commit
111ede9c77
8 changed files with 6 additions and 30 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue