@@ -24,11 +24,8 @@ At Risk: All multi-keyword values of 'display'
2424</pre>
2525<pre class="link-defaults">
2626spec:css-break-3; type:dfn; text:fragment;
27- spec:css22 ;
27+ spec:css2 ;
2828 type:property; text:overflow;
29- type:dfn;
30- text: table wrapper box
31- text: table box
3229spec: html;
3330 type: dfn; text: rendered legend
3431 type: element; text: a
@@ -91,7 +88,7 @@ Introduction</h2>
9188 but when the element generates multiple boxes,
9289 are sometimes defined to apply to a different box:
9390 for example, the 'border' properties applied to a table element
94- are applied to its <a>table box</a> ,
91+ are applied to its <a>table grid box</a> ,
9592 not to its <a lt="principal box">principal</a> <a>table wrapper box</a> .
9693 If the value computation process alters the styles of those boxes,
9794 and the element's style is requested
@@ -297,11 +294,11 @@ Box Layout Modes: the 'display' property</h2>
297294 <tr>
298295 <td> ''table''
299296 <td> ''block table''
300- <td> <a>block-level</a> <a>table wrapper box</a> containing <a>table box</a>
297+ <td> <a>block-level</a> <a>table wrapper box</a> containing <a>table grid box</a>
301298 <tr>
302299 <td> ''inline-table''
303300 <td> ''inline table''
304- <td> <a>inline-level</a> <a>table wrapper box</a> containing <a>table box</a>
301+ <td> <a>inline-level</a> <a>table wrapper box</a> containing <a>table grid box</a>
305302 <tbody title="Layout-internal display types">
306303 <!--
307304 <tr>
@@ -404,7 +401,7 @@ Inner Display Layout Models: the ''flow'', ''flow-root'', ''table'', ''flex'', '
404401 The element generates a principal <a>table wrapper box</a>
405402 that establishes a <a>block formatting context</a> ,
406403 and which contains
407- an additionally-generated <a>table box</a>
404+ an additionally-generated <a>table grid box</a>
408405 that establishes a <a>table formatting context</a> . [[!CSS2]]
409406
410407 <dt> <dfn>flex</dfn>
@@ -468,7 +465,7 @@ Layout-Internal Display Types: the ''table-*'' and ''ruby-*'' keywords</h3>
468465
469466 The <<display-internal>> keywords are defined as follows:
470467
471- <dl dfn-type=value dfn-for="display, <display-internal> ">
468+ <dl export dfn-type=value dfn-for="display, <display-internal> ">
472469 <dt> <dfn>table-row-group</dfn> , <dfn>table-header-group</dfn> , <dfn>table-footer-group</dfn> , <dfn>table-row</dfn> , <dfn>table-cell</dfn> , <dfn>table-column-group</dfn> , <dfn>table-column</dfn>
473470 <dd>
474471 The element is an <dfn dfn for>internal table element</dfn> .
@@ -885,7 +882,7 @@ Appendix A: Glossary</h2>
885882 which generate an additional marker box,
886883 or ''display/table'' elements,
887884 which generate a [=principal box|principal=] [=table wrapper box=]
888- and an additional [=table box=] ).
885+ and an additional [=table grid box=] ).
889886 These additional boxes are placed with respect to the principal box.
890887
891888 <dt> <dfn lt="inline-level|inline-level content">inline-level</dfn>
0 commit comments