Skip to content

Commit 9750f9a

Browse files
committed
reserving intent and arg as global attributes
1 parent d0d94b7 commit 9750f9a

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

index.html

+15-2
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ <h4>Global Attributes</h4>
366366
<li><a><code>scriptlevel</code></a></li>
367367
<li><a><code>style</code></a></li>
368368
<li><a><code>tabindex</code></a></li>
369+
<li><a><code>intent</code></a></li>
370+
<li><a><code>arg</code></a></li>
369371
<li><a href="#event-handler-content-attributes"><code>on*</code> event handler attributes</a></li>
370372
</ul>
371373
</section>
@@ -553,7 +555,7 @@ <h4>The <code>mathvariant</code> attribute</h4>
553555
<code>ssXY</code> properties from [[OPEN-FONT-FORMAT]]
554556
to provide both styles. Page authors may use the
555557
<a data-cite="CSS-FONTS-4#font-variant-alternates-prop"><code>font-variant-alternates</code></a> property with corresponding OpenType font features
556-
to access these glyphs.
558+
to access these glyphs.</p>
557559
</div>
558560
</section>
559561
<section id="the-displaystyle-and-scriptlevel-attributes">
@@ -632,7 +634,18 @@ <h4>The <code>displaystyle</code> and <code>scriptlevel</code> attributes</h4>
632634
and <code>false</code> and 2, respectively.
633635
</div>
634636
</section>
635-
</section>
637+
<section id="the-intent-and-arg-attributes">
638+
<h4>The <code>intent</code> and <code>arg</code> attributes</h4>
639+
<p>MathML Core Level 1 defines no behavior for
640+
<dfn><code>intent</code></dfn> and
641+
<dfn><code>arg</code></dfn> however these attributes should
642+
be accepted as valid. [[MATHML4]] specifies how these
643+
attributes may be used to improve the accessibilty of
644+
Presentation MathML. Future levels of MathML Core may
645+
specify processing of these attributes in Web Platform
646+
implementations.
647+
</p>
648+
</section>
636649
<section>
637650
<h3>Integration in the Web Platform</h3>
638651
<section id="html-and-svg">

0 commit comments

Comments
 (0)