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
<li>An anonymous <a>table-wrapper</a> box must be generated around each <a>table-root</a>.
355
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'.
356
+
The table wrapper box establishes a block formatting context.
357
+
The table-root box (not the table-wrapper box) is used when doing baseline vertical alignment for an <a>inline-table</a>.
357
358
The width of the table-wrapper box is the border-edge width of the table box inside it.
358
359
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.
0 commit comments