Add HTMLConstructor attributes where needed

This commit is contained in:
Connor Brewster 2017-06-07 22:53:50 -06:00
parent 0713257add
commit d951dee640
68 changed files with 70 additions and 7 deletions

View file

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmlformelement
//[OverrideBuiltins]
[/*OverrideBuiltins, */HTMLConstructor]
interface HTMLFormElement : HTMLElement {
attribute DOMString acceptCharset;
attribute DOMString action;