Skip to content

Commit cf3b59b

Browse files
committed
This specification does not define any observable behavior wording as suggested by @fred-wang
1 parent 78d599a commit cf3b59b

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

index.html

+18-15
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,15 @@ <h4>The Top-Level <code>&lt;math&gt;</code> Element</h4>
257257
If the <code>display</code>
258258
attribute is absent or has an invalid value, the User Agent
259259
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.
260264
</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
265267
alternative text by some legacy systems that do not
266-
implement math layout.</p>
268+
implement math layout.</div>
267269

268270
<p>
269271
If the element does not have its computed
@@ -324,8 +326,6 @@ <h4>The Top-Level <code>&lt;math&gt;</code> Element</h4>
324326
has rules to reset them by default.
325327
</p>
326328
<pre class="css" data-include="user-agent-stylesheet/math.css"></pre>
327-
328-
329329
</section>
330330
<section id="types-for-mathml-attribute-values">
331331
<h4>Types for MathML Attribute Values</h4>
@@ -646,15 +646,18 @@ <h4>The <code>displaystyle</code> and <code>scriptlevel</code> attributes</h4>
646646
<section id="other-valid-attributes">
647647
<h4>Attributes Reserved as Valid</h4>
648648
<p>The attributes
649-
<code>intent</code> and <code>arg</code>
649+
<dfn><code>intent</code></dfn> and <dfn><code>arg</code></dfn>
650650
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>
658661
</section>
659662
<section>
660663
<h3>Integration in the Web Platform</h3>

0 commit comments

Comments
 (0)