You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An anonymous box <a href="#fixup-algorithm">generated around table-root boxes</a> to account for any space occupied by each <a>table-caption</a> it owns.
193
+
189
194
<dt><dfn id="table-root-element">table-root</dfn> box or element
<li>An anonymous <a>table-wrapper</a> box must be generated around each <a>table-root</a>.
355
+
Its display type is <code>inline-block<code> for <a>inline-table</a> boxes and block for <a>table</a> boxes.
356
+
The table wrapper box establishes a block formatting context. The table-root box (not the table-wrapper box) is used when doing baseline vertical alignment for an 'inline-table'.
357
+
The width of the table-wrapper box is the border-edge width of the table box inside it.
358
+
Percentages which would depend on the 'width' and 'height' on the table-wrapper box's size are relative to the table-wrapper box's containing block instead, not the table-wrapper box itself.
359
+
360
+
The computed values of properties 'position', 'float', 'margin'-*, 'top', 'right', 'bottom', and 'left' on the table element are used on the table-wrapper box and not the table box;
361
+
all other values of non-inheritable properties are used on the table box and not the table wrapper box. (Where the table element's values are not used on the table and table wrapper boxes, the initial values are used instead.)
362
+
<p class="note">
363
+
Since this does not have any effect on layout,
364
+
implementations are free not to generate this box when the table-root has no table-caption.
0 commit comments