File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -914,7 +914,7 @@ Font size: the 'font-size' property</h3>
914
914
915
915
<pre class="propdef">
916
916
Name : font-size
917
- Value : <<absolute-size>> | <<relative-size>> | <<length-percentage>>
917
+ Value : <<absolute-size>> | <<relative-size>> | <<length-percentage>> | math
918
918
Initial : medium
919
919
Applies to : all elements and text
920
920
Inherited : yes
@@ -989,6 +989,13 @@ Font size: the 'font-size' property</h3>
989
989
Note: Use of percentage values or <a>font-relative lengths</a>
990
990
such as ''em'' s and ''rem'' s
991
991
leads to more robust and cascadable style sheets.
992
+ <dt> <dfn>math</dfn> </dt>
993
+ <dd>
994
+ Special <a href="https://w3c.github.io/mathml-core/#the-math-script-level-property">
995
+ mathematical scaling rules</a> must be applied
996
+ when determining the computed value of the 'font-size'
997
+ property.
998
+ </dd>
992
999
</dl>
993
1000
994
1001
<div class="example">
@@ -7330,6 +7337,7 @@ Changes
7330
7337
7331
7338
<ul>
7332
7339
<!-- to 03 Dec 2021 -->
7340
+ <li> New 'math' value added to 'font-size' </li>
7333
7341
<li> Security and Privacy are now separate sections</li>
7334
7342
<li> Linked to OpenType, TrueType and Graphite table definitions</li>
7335
7343
<li> Updated examples which had used "supports"</li>
You can’t perform that action at this time.
0 commit comments