Skip to content

Commit 8ec5956

Browse files
committed
Remove 'math' extension for 'font-size: math'.
This is already in https://www.w3.org/TR/css-fonts-4/#font-size-prop after w3c/csswg-drafts@09efeb0 Closes #62
1 parent b8285d2 commit 8ec5956

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

index.html

+1-8
Original file line numberDiff line numberDiff line change
@@ -4897,14 +4897,7 @@ <h3>The <code>math-shift</code> property</h3>
48974897
</div>
48984898
</section>
48994899
<section id="the-math-script-level-property">
4900-
<h3>New value <code>math-depth</code> property and <code>font-size: math</code> value</h3>
4901-
<p>The <dfn><code>font-size</code></dfn> property
4902-
from <a data-cite="CSS-FONTS-4"></a>
4903-
is extended with a new value <code>math</code> value, indicating that
4904-
special mathematical scaling rules must be applied when determining
4905-
the computed value of the <code>font-size</code> property:
4906-
</p>
4907-
<code>&lt;font-size&gt; = <a data-cite="CSS-FONTS-4#font-size-prop">&lt;font-size-old&gt;</a> <a data-cite="CSS-VALUES-3#comb-one">|</a> math</code>
4900+
<h3>New value <code>math-depth</code> property</h3>
49084901
<p>
49094902
A new <a>math-depth</a> property is introduced to describe a notion
49104903
of "depth" for each element of a mathematical formula, with respect to

0 commit comments

Comments
 (0)