@@ -4606,9 +4606,7 @@ <h3><span class="secnum">4.3.2</span> Fractions <span><mfrac></span>
4606
4606
<code class="MATH">FractionRuleThickness</code>
4607
4607
Use the <code>linethickness</code> attribute <cite>[<a href="#bibx11">MathML3</a>]</cite> to determine the
4608
4608
actual thickness of the fraction bar. A percent or unitless length is
4609
- interpreted as a multiple of the default rule thickness and
4610
- the named values ”thin”, ”medium” and ”thick” are interpreted as
4611
- 50%, 100%, 200%.
4609
+ interpreted as a multiple of the default rule thickness.
4612
4610
The color and visibility of the fraction bar must honor the values given by the
4613
4611
<code>color</code> and <code>visibility</code> CSS properties on the <code>mfrac</code> element.
4614
4612
</p>
@@ -12454,7 +12452,7 @@ <h1><span class="secnum">Appendix C</span> Relax NG
12454
12452
<a name="rncrncmfrac" style="color:blue;">mfrac</a> = <span style="font-weight:bold;">element</span> mfrac {<a href="#rncrncmfrac.attributes">mfrac.attributes</a>, <a href="#rncrncMathExpression">MathExpression</a>, <a href="#rncrncMathExpression">MathExpression</a>}
12455
12453
<a name="rncrncmfrac.attributes" style="color:blue;">mfrac.attributes</a> =
12456
12454
<a href="#rncrncCommonAtt">CommonAtt</a>, <a href="#rncrncCommonPresAtt">CommonPresAtt</a>,
12457
- <span style="font-weight:bold;">attribute</span> linethickness {<a href="#rncrnclength">length</a> | "thin" | "medium" | "thick" }?,
12455
+ <span style="font-weight:bold;">attribute</span> linethickness {<a href="#rncrnclength">length</a>}?,
12458
12456
<span style="font-weight:bold;">attribute</span> numalign {"left" | "center" | "right"}?,
12459
12457
<span style="font-weight:bold;">attribute</span> denomalign {"left" | "center" | "right"}?,
12460
12458
<span style="font-weight:bold;">attribute</span> bevelled {"true" | "false"}?
0 commit comments