Skip to content

Commit 3080868

Browse files
committed
Tweaks in visual formatting model, also define the value of italic correction for mrow-like element.
w3c/mathml#192
1 parent cee5cbd commit 3080868

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

index.html

+14-10
Original file line numberDiff line numberDiff line change
@@ -918,24 +918,25 @@ <h4>Box Model</h4>
918918
<ul>
919919
<li>
920920
For the <code>&lt;math&gt;</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.
926923
</li>
927924
<li>
928925
For <a href="#tabular-math">Tabular MathML elements</a>
929926
<a><code>&lt;mtable&gt;</code></a>,
930927
<a><code>&lt;mtr&gt;</code></a>,
931-
<a><code>&lt;mtd&gt;</code></a> it respectively
928+
<a><code>&lt;mtd&gt;</code></a> it is respectively equal to
932929
<code>inline-table</code>,
933930
<code>table-row</code> and
934931
<code>table-cell</code>.
935932
</li>
933+
<li>For the all but the first children of the <a>&lt;maction&gt;</a>
934+
and <a>&lt;semantics&gt;</a> elements, it is equal to
935+
<code>none</code>.
936+
</li>
936937
<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>.
939940
</li>
940941
</ul>
941942
</p>
@@ -981,7 +982,7 @@ <h4>Box Model</h4>
981982
writing modes that are sometimes used for math layout.
982983
</div>
983984
<p>
984-
MathML boxes have several parameters in order to layout in
985+
MathML boxes have several parameters in order to perform layout in
985986
a way that is compatible with CSS but also to take into account
986987
very accurate positions and spacing within math formulas.
987988
Each math box has the following parameters:
@@ -2324,7 +2325,7 @@ <h5>Layout of <code>&lt;mrow&gt;</code></h5>
23242325
of all the <a>in-flow</a> children's <a>margin boxes</a>.
23252326
</p>
23262327
<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
23282329
algorithm:
23292330
</p>
23302331
<ol>
@@ -2371,6 +2372,9 @@ <h5>Layout of <code>&lt;mrow&gt;</code></h5>
23712372
</ol>
23722373
</li>
23732374
</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>
23742378
</section>
23752379
</section>
23762380
<section id="fractions-mfrac">

0 commit comments

Comments
 (0)