@@ -257,13 +257,15 @@ <h4>The Top-Level <code><math></code> Element</h4>
257
257
If the < code > display</ code >
258
258
attribute is absent or has an invalid value, the User Agent
259
259
stylesheet treats it the same as < code > inline</ code > .
260
+ </ p >
261
+ < p >
262
+ This specification does not define any observable behavior that is
263
+ specific to the < dfn > < code > alttext</ code > </ dfn > attribute.
260
264
</ p >
261
-
262
-
263
- < p > Systems implementing MathML Core may ignore
264
- < dfn > < code > alttext</ code > </ dfn > , however it is used by as
265
+ < div class ="note ">
266
+ The < a > < code > alttext</ code > </ a > attribute may be used as
265
267
alternative text by some legacy systems that do not
266
- implement math layout.</ p >
268
+ implement math layout.</ div >
267
269
268
270
< p >
269
271
If the element does not have its computed
@@ -324,8 +326,6 @@ <h4>The Top-Level <code><math></code> Element</h4>
324
326
has rules to reset them by default.
325
327
</ p >
326
328
< pre class ="css " data-include ="user-agent-stylesheet/math.css "> </ pre >
327
-
328
-
329
329
</ section >
330
330
< section id ="types-for-mathml-attribute-values ">
331
331
< h4 > Types for MathML Attribute Values</ h4 >
@@ -646,15 +646,18 @@ <h4>The <code>displaystyle</code> and <code>scriptlevel</code> attributes</h4>
646
646
< section id ="other-valid-attributes ">
647
647
< h4 > Attributes Reserved as Valid</ h4 >
648
648
< p > The attributes
649
- < code > intent</ code > and < code > arg</ code >
649
+ < dfn > < code > intent</ code > </ dfn > and < dfn > < code > arg</ code > </ dfn >
650
650
are reserved as valid attributes.</ p >
651
- < p > While MathML Core Level 1 defines no behavior for these
652
- attributes, and no functionality is currently implied by
653
- this specification, validators must treat them as
654
- valid. Future versions of this specification may or may not
655
- define them. Authors should be aware that they are currently
656
- in development and subject to change.
657
- </ p >
651
+ < p >
652
+ This specification does not define any observable behavior that is
653
+ specific to the < a > < code > intent</ code > </ a > and < a > < code > arg</ code > </ a > attributes.
654
+ </ p >
655
+ < div class ="note ">
656
+ These attributes are described in [[MATHML4]] and
657
+ future versions of this specification may or may not
658
+ define them. Authors should be aware that they are currently
659
+ in development and subject to change.
660
+ </ div >
658
661
</ section >
659
662
< section >
660
663
< h3 > Integration in the Web Platform</ h3 >
0 commit comments