@@ -918,24 +918,25 @@ <h4>Box Model</h4>
918
918
< ul >
919
919
< li >
920
920
For the < code > <math></ code > root,
921
- < code > inline</ code >
922
- if the
923
-
924
- or < code > block</ code > according to the
925
- value of the < a > display</ a > attribute.
921
+ it is equal to < code > inline-math</ code > or < code > math</ code >
922
+ according to the value of the < a > display</ a > attribute.
926
923
</ li >
927
924
< li >
928
925
For < a href ="#tabular-math "> Tabular MathML elements</ a >
929
926
< a > < code > <mtable></ code > </ a > ,
930
927
< a > < code > <mtr></ code > </ a > ,
931
- < a > < code > <mtd></ code > </ a > it respectively
928
+ < a > < code > <mtd></ code > </ a > it is respectively equal to
932
929
< code > inline-table</ code > ,
933
930
< code > table-row</ code > and
934
931
< code > table-cell</ code > .
935
932
</ li >
933
+ < li > For the all but the first children of the < a > <maction></ a >
934
+ and < a > <semantics></ a > elements, it is equal to
935
+ < code > none</ code > .
936
+ </ li >
936
937
< li >
937
- For all the other < a > MathML elements</ a > it is < code > math </ code >
938
- or < code > inline- math</ code > .
938
+ For all the other < a > MathML elements</ a > it is equal
939
+ to < code > math</ code > .
939
940
</ li >
940
941
</ ul >
941
942
</ p >
@@ -981,7 +982,7 @@ <h4>Box Model</h4>
981
982
writing modes that are sometimes used for math layout.
982
983
</ div >
983
984
< p >
984
- MathML boxes have several parameters in order to layout in
985
+ MathML boxes have several parameters in order to perform layout in
985
986
a way that is compatible with CSS but also to take into account
986
987
very accurate positions and spacing within math formulas.
987
988
Each math box has the following parameters:
@@ -2324,7 +2325,7 @@ <h5>Layout of <code><mrow></code></h5>
2324
2325
of all the < a > in-flow</ a > children's < a > margin boxes</ a > .
2325
2326
</ p >
2326
2327
< p >
2327
- Finally, the < a > in-flow</ a > children are positioned using the following
2328
+ The < a > in-flow</ a > children are positioned using the following
2328
2329
algorithm:
2329
2330
</ p >
2330
2331
< ol >
@@ -2371,6 +2372,9 @@ <h5>Layout of <code><mrow></code></h5>
2371
2372
</ ol >
2372
2373
</ li >
2373
2374
</ ol >
2375
+ < p > The < a > italic correction</ a > of the content is set to the italic
2376
+ correction of the last < a > in-flow</ a > child, which is
2377
+ the final value of < code > previous-italic-correction</ code > .</ p >
2374
2378
</ section >
2375
2379
</ section >
2376
2380
< section id ="fractions-mfrac ">
0 commit comments