Skip to content

Commit 36eb7c8

Browse files
committed
alttext is an attribute on math (not a global attribute)
1 parent 5c1990a commit 36eb7c8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,15 @@ <h4>The Top-Level <code>&lt;math&gt;</code> Element</h4>
316316
has rules to reset them by default.
317317
</p>
318318
<pre class="css" data-include="user-agent-stylesheet/math.css"></pre>
319+
320+
<p>The <code>&lt;math&gt;</code>
321+
element should also accept following attribute as described in
322+
<a href="#the-intent-and-arg-attributes"></a>.</p>
323+
324+
<ul>
325+
<li><a><code>alttext</code></a></li>
326+
</ul>
327+
319328
</section>
320329
<section id="types-for-mathml-attribute-values">
321330
<h4>Types for MathML Attribute Values</h4>
@@ -368,7 +377,6 @@ <h4>Global Attributes</h4>
368377
<li><a><code>tabindex</code></a></li>
369378
<li><a><code>intent</code></a></li>
370379
<li><a><code>arg</code></a></li>
371-
<li><a><code>alttext</code></a></li>
372380
<li><a href="#event-handler-content-attributes"><code>on*</code> event handler attributes</a></li>
373381
</ul>
374382
</section>

0 commit comments

Comments
 (0)