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.
215
+
A block container box <a href="#fixup-algorithm">generated around table grid boxes</a>
216
+
to account for any space occupied by each <a>table-caption</a> it owns.
221
217
222
-
<dt><dfn id="table-root-element">table-root</dfn> box or element
Its display type is <code>inline-block</code> for <a>inline-table</a> boxes and block for <a>table</a> boxes.
407
407
The table wrapper box establishes a block formatting context.
408
408
The table-root box (not the table-wrapper box) is used when doing baseline vertical alignment for an <a>inline-table</a>.
409
-
The width of the table-wrapper box is the border-edge width of the table box inside it.
409
+
The width of the table-wrapper box is the border-edge width of the table grid box inside it.
410
410
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.
<li>The computed values of properties 'position', 'float', 'margin'-*, 'top', 'right', 'bottom', and 'left' on the table box
891
-
are used on the table-wrapper box and not the table box;
890
+
<li>The computed values of properties 'position', 'float', 'margin'-*, 'top', 'right', 'bottom', and 'left' on the table
891
+
are used on the table-wrapper box and not the table grid box;
892
892
the same holds true for the <a href="https://drafts.csswg.org/css-transforms/#grouping-property-values">properties whose use could force the used value of <object>'transform-style'</object> to <code>flat</code></a> and their shorthands/longhands relatives:
893
893
this list currently includes 'overflow', 'opacity', 'filter', 'clip', 'clip-path', 'isolation', 'mask'-*, 'mix-blend-mode', 'transform'-* and 'perspective'.
894
894
<br>
895
-
Where the table box values are not used on the table and/or table wrapper boxes,
895
+
Where the specified values are not applied on the table grid and/or wrapper boxes,
896
896
the unset values are used instead for that box (inherit or initial, depending on the property).
897
897
898
898
<li>The 'overflow' property on the <a>table-root</a> and <a>table-wrapper</a> box, when its value is not either <code>visible</code> or <code>hidden</code>,
@@ -2918,7 +2918,7 @@ Using CSS Tables does not incur any privacy risk to mitigate.
0 commit comments