mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Convert [HTMLConstructor] as constructor extension
This commit is contained in:
@@ -3,8 +3,10 @@
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#htmlinputelement
|
||||
[Exposed=Window, HTMLConstructor]
|
||||
[Exposed=Window]
|
||||
interface HTMLInputElement : HTMLElement {
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
[CEReactions]
|
||||
attribute DOMString accept;
|
||||
[CEReactions]
|
||||
@@ -109,7 +111,6 @@ interface HTMLInputElement : HTMLElement {
|
||||
// Select with file-system paths for testing purpose
|
||||
[Pref="dom.testing.htmlinputelement.select_files.enabled"]
|
||||
void selectFiles(sequence<DOMString> path);
|
||||
|
||||
};
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#HTMLInputElement-partial
|
||||
|
||||
Reference in New Issue
Block a user