Skip to content

Commit

Permalink
Remove SVGElement include now it is in SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
dstorey authored and annevk committed May 8, 2018
1 parent 44a87a9 commit 0b84357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -10141,6 +10141,7 @@ interface <dfn>HTMLElement</dfn> : <span>Element</span> {
<span>HTMLElement</span> includes <span>GlobalEventHandlers</span>;
<span>HTMLElement</span> includes <span>DocumentAndElementEventHandlers</span>;
<span>HTMLElement</span> includes <span>ElementContentEditable</span>;
<span>HTMLElement</span> includes <span>HTMLOrSVGElement</span>;

// Note: <a href="#customized-built-in-element-restrictions">intentionally</a> not [<span>HTMLConstructor</span>]
[Exposed=Window]
Expand Down Expand Up @@ -10201,8 +10202,6 @@ interface <dfn>HTMLUnknownElement</dfn> : <span>HTMLElement</span> { };</pre>
void <span data-x="dom-focus">focus</span>(optional <span>FocusOptions</span> options);
void <span data-x="dom-blur">blur</span>();
};
<span>HTMLElement</span> includes <span>HTMLOrSVGElement</span>;
<span>SVGElement</span> includes <span>HTMLOrSVGElement</span>;
</pre>

<div w-nodev>
Expand Down Expand Up @@ -120803,6 +120802,7 @@ INSERT INTERFACES HERE
David Remahl,
David Resseguie,
David Smith,
David Storey,
David Vest,
David Woolley,
David Zbarsky,
Expand Down

0 comments on commit 0b84357

Please sign in to comment.