Bug 1577968 [wpt PR 18776] - Update interfaces/html.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/html.idl (#18776)

Source: https://github.com/tidoust/reffy-reports/blob/a1fde73/whatwg/idl/html.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/579102609
--

wpt-commits: 8509904597cfaa936f973569b9b7d8843787a3b6
wpt-pr: 18776
This commit is contained in:
autofoolip 2019-09-02 13:45:17 +00:00 committed by moz-wptsync-bot
parent e834259018
commit 0cdc1c36a0

View File

@ -136,6 +136,7 @@ interface mixin HTMLOrSVGElement {
[SameObject] readonly attribute DOMStringMap dataset;
attribute DOMString nonce; // intentionally no [CEReactions]
[CEReactions] attribute boolean autofocus;
[CEReactions] attribute long tabIndex;
void focus(optional FocusOptions options = {});
void blur();
@ -820,7 +821,6 @@ interface HTMLInputElement : HTMLElement {
[CEReactions] attribute DOMString accept;
[CEReactions] attribute DOMString alt;
[CEReactions] attribute DOMString autocomplete;
[CEReactions] attribute boolean autofocus;
[CEReactions] attribute boolean defaultChecked;
attribute boolean checked;
[CEReactions] attribute DOMString dirName;
@ -881,7 +881,6 @@ interface HTMLInputElement : HTMLElement {
[Exposed=Window,
HTMLConstructor]
interface HTMLButtonElement : HTMLElement {
[CEReactions] attribute boolean autofocus;
[CEReactions] attribute boolean disabled;
readonly attribute HTMLFormElement? form;
[CEReactions] attribute USVString formAction;
@ -907,7 +906,6 @@ interface HTMLButtonElement : HTMLElement {
HTMLConstructor]
interface HTMLSelectElement : HTMLElement {
[CEReactions] attribute DOMString autocomplete;
[CEReactions] attribute boolean autofocus;
[CEReactions] attribute boolean disabled;
readonly attribute HTMLFormElement? form;
[CEReactions] attribute boolean multiple;
@ -972,7 +970,6 @@ interface HTMLOptionElement : HTMLElement {
HTMLConstructor]
interface HTMLTextAreaElement : HTMLElement {
[CEReactions] attribute DOMString autocomplete;
[CEReactions] attribute boolean autofocus;
[CEReactions] attribute unsigned long cols;
[CEReactions] attribute DOMString dirName;
[CEReactions] attribute boolean disabled;