Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ <h4>DOM and JavaScript</h4>
</p>
<pre class="idl" data-include="webidl/MathMLElement.idl"></pre>
<p>The {{GlobalEventHandlers}} and
<dfn class="interface" data-cite="HTML/../#htmlorsvgelement"><code>HTMLOrForeignElement</code></dfn>
<dfn class="interface" data-cite="HTML/../#htmlorsvgelement"><code>HTMLOrSVGOrMathMLElement</code></dfn>
interfaces are defined in [[HTML]].</p>
<div class="example" id="dom-idl-example">
<p>
Expand All @@ -703,10 +703,6 @@ <h4>DOM and JavaScript</h4>
data-include-format="text"></pre>
<img src="examples/example-dom-idl.png" alt="dom-idl example">
</div>
<div class="issue">
<a href="https://github.com/whatwg/html/pull/5248">Rename
HTMLOrSVGElement</a> and define MathMLElement in [[HTML]].
</div>
</section>
<section id="text-layout">
<h4>Text layout</h4>
Expand Down
2 changes: 1 addition & 1 deletion webidl/MathMLElement.idl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Exposed=Window]
interface MathMLElement : Element { };
MathMLElement includes GlobalEventHandlers;
MathMLElement includes HTMLOrForeignElement;
MathMLElement includes HTMLOrSVGOrMathMLElement;
Loading