Skip to content

Commit

Permalink
Update interfaces/html.idl
Browse files Browse the repository at this point in the history
Note: This file was recently manually updated in commit 4c70b5a.
      This commit may revert some of those changes.

Source: https://github.com/tidoust/reffy-reports/blob/66323ce/whatwg/idl/html.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/498574778
  • Loading branch information
autofoolip committed Feb 26, 2019
1 parent 1aa5413 commit af0061c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions interfaces/html.idl
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ interface HTMLElement : Element {
[CEReactions] attribute DOMString autocapitalize;

[CEReactions] attribute [TreatNullAs=EmptyString] DOMString innerText;

ElementInternals attachInternals();
};

HTMLElement includes GlobalEventHandlers;
Expand Down Expand Up @@ -178,6 +176,8 @@ interface HTMLLinkElement : HTMLElement {
[CEReactions] attribute DOMString hreflang;
[CEReactions] attribute DOMString type;
[SameObject, PutForwards=value] readonly attribute DOMTokenList sizes;
[CEReactions] attribute USVString imageSrcset;
[CEReactions] attribute DOMString imageSizes;
[CEReactions] attribute DOMString referrerPolicy;
};
HTMLLinkElement includes LinkStyle;
Expand Down Expand Up @@ -1412,11 +1412,6 @@ dictionary ElementDefinitionOptions {
DOMString extends;
};

[Exposed=Window]
interface ElementInternals {

};

dictionary FocusOptions {
boolean preventScroll = false;
};
Expand Down

0 comments on commit af0061c

Please sign in to comment.