@@ -24,11 +24,8 @@ At Risk: All multi-keyword values of 'display'
24
24
</pre>
25
25
<pre class="link-defaults">
26
26
spec:css-break-3; type:dfn; text:fragment;
27
- spec:css22 ;
27
+ spec:css2 ;
28
28
type:property; text:overflow;
29
- type:dfn;
30
- text: table wrapper box
31
- text: table box
32
29
spec: html;
33
30
type: dfn; text: rendered legend
34
31
type: element; text: a
@@ -91,7 +88,7 @@ Introduction</h2>
91
88
but when the element generates multiple boxes,
92
89
are sometimes defined to apply to a different box:
93
90
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> ,
95
92
not to its <a lt="principal box">principal</a> <a>table wrapper box</a> .
96
93
If the value computation process alters the styles of those boxes,
97
94
and the element's style is requested
@@ -297,11 +294,11 @@ Box Layout Modes: the 'display' property</h2>
297
294
<tr>
298
295
<td> ''table''
299
296
<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>
301
298
<tr>
302
299
<td> ''inline-table''
303
300
<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>
305
302
<tbody title="Layout-internal display types">
306
303
<!--
307
304
<tr>
@@ -404,7 +401,7 @@ Inner Display Layout Models: the ''flow'', ''flow-root'', ''table'', ''flex'', '
404
401
The element generates a principal <a>table wrapper box</a>
405
402
that establishes a <a>block formatting context</a> ,
406
403
and which contains
407
- an additionally-generated <a>table box</a>
404
+ an additionally-generated <a>table grid box</a>
408
405
that establishes a <a>table formatting context</a> . [[!CSS2]]
409
406
410
407
<dt> <dfn>flex</dfn>
@@ -468,7 +465,7 @@ Layout-Internal Display Types: the ''table-*'' and ''ruby-*'' keywords</h3>
468
465
469
466
The <<display-internal>> keywords are defined as follows:
470
467
471
- <dl dfn-type=value dfn-for="display, <display-internal> ">
468
+ <dl export dfn-type=value dfn-for="display, <display-internal> ">
472
469
<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>
473
470
<dd>
474
471
The element is an <dfn dfn for>internal table element</dfn> .
@@ -885,7 +882,7 @@ Appendix A: Glossary</h2>
885
882
which generate an additional marker box,
886
883
or ''display/table'' elements,
887
884
which generate a [=principal box|principal=] [=table wrapper box=]
888
- and an additional [=table box=] ).
885
+ and an additional [=table grid box=] ).
889
886
These additional boxes are placed with respect to the principal box.
890
887
891
888
<dt> <dfn lt="inline-level|inline-level content">inline-level</dfn>
0 commit comments