Skip to content

Commit 794fd7a

Browse files
committed
Revert "a element for #555"
This reverts commit b98b0b2. will resubmit as PR
1 parent b98b0b2 commit 794fd7a

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

src/fundamentals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ <h4 id="fund_globatt">Attributes Shared by all MathML Elements</h4>
598598

599599
<tr>
600600
<td colspan="2" class="attdesc">
601-
Can be used to establish the element as a hyperlink to the specified <em>URI</em>. Note that this is not supported on all elements in MathML Core, but is supported on the <a href="#presm_mrow"><code class="element">a</code></a> element.
601+
Can be used to establish the element as a hyperlink to the specified <em>URI</em>.
602602
</td>
603603
</tr>
604604
</tbody>

src/presentation-markup.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3587,15 +3587,12 @@ <h3 id="presm_genlayout">General Layout Schemata</h3>
35873587

35883588
<section>
35893589
<h4 id="presm_mrow">Horizontally Group Sub-Expressions
3590-
<a class="coreyes" href="https://w3c.github.io/mathml-core/spec.html#dfn-mrow"><code class="defn starttag">&lt;mrow&gt;</code></a>,
3591-
<a class="coreyes" href="https://w3c.github.io/mathml-core/spec.html#dfn-a"><code class="defn starttag">&lt;a&gt;</code></a>
3592-
</h4>
3590+
<a class="coreyes" href="https://w3c.github.io/mathml-core/spec.html#dfn-mrow"><code class="defn starttag">&lt;mrow&gt;</code></a></h4>
35933591

35943592
<section>
35953593
<h5 id="presm_genlayout_desc">Description</h5>
35963594

3597-
<p>An <code class="element">mrow</code> or <code class="element">a</code>
3598-
element is used to group together any
3595+
<p>An <code class="element">mrow</code> element is used to group together any
35993596
number of sub-expressions, usually consisting of one or more <code class="element">mo</code> elements acting as <q>operators</q> on one
36003597
or more other expressions that are their <q>operands</q>.</p>
36013598

@@ -3628,12 +3625,6 @@ <h5 id="presm_genlayout_desc">Description</h5>
36283625
although the control of linebreaking is effected through attributes
36293626
on other elements (see <a href="#presm_linebreaking"></a>).
36303627
</p>
3631-
3632-
<p>In MathML 4 <code class="element">mrow</code> and
3633-
<code class="element">a</code> have identical behavior, however
3634-
<code class="element">a</code>has been added for compatibility with MathML
3635-
Core. MathML Core only supprts the <code class="attname">href</code>
3636-
attribute on the <code class="element">a</code> element.</p>
36373628

36383629
</section>
36393630

0 commit comments

Comments
 (0)