@@ -366,6 +366,8 @@ <h4>Global Attributes</h4>
366
366
< li > < a > < code > scriptlevel</ code > </ a > </ li >
367
367
< li > < a > < code > style</ code > </ a > </ li >
368
368
< li > < a > < code > tabindex</ code > </ a > </ li >
369
+ < li > < a > < code > intent</ code > </ a > </ li >
370
+ < li > < a > < code > arg</ code > </ a > </ li >
369
371
< li > < a href ="#event-handler-content-attributes "> < code > on*</ code > event handler attributes</ a > </ li >
370
372
</ ul >
371
373
</ section >
@@ -553,7 +555,7 @@ <h4>The <code>mathvariant</code> attribute</h4>
553
555
< code > ssXY</ code > properties from [[OPEN-FONT-FORMAT]]
554
556
to provide both styles. Page authors may use the
555
557
< 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 >
557
559
</ div >
558
560
</ section >
559
561
< section id ="the-displaystyle-and-scriptlevel-attributes ">
@@ -632,7 +634,18 @@ <h4>The <code>displaystyle</code> and <code>scriptlevel</code> attributes</h4>
632
634
and < code > false</ code > and 2, respectively.
633
635
</ div >
634
636
</ 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 >
636
649
< section >
637
650
< h3 > Integration in the Web Platform</ h3 >
638
651
< section id ="html-and-svg ">
0 commit comments