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
Copy file name to clipboardExpand all lines: css-tables-3/Overview.bs
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2326,12 +2326,19 @@ With a table-root as containing block</h3>
2326
2326
</div>
2327
2327
2328
2328
<h3 id="abspos-boxes-in-table-internal">
2329
-
With a table-track or table-track-group as containing block</h3>
2329
+
With a table-internal as containing block</h3>
2330
2330
2331
2331
If an absolutely positioned element's <a>containing block</a>
2332
2332
is generated by a <a>table-internal</a>,
2333
-
the containing block corresponds to <a href="#bounding-box-assignment">the area defined for the box during layout</a>,
2334
-
(these elements cannot have a border or padding, so they always refer to that area in its entirety).
2333
+
the containing block corresponds to the area starting at the top left corner of the <a href="#bounding-box-assignment">the area that would be assigned to the box during layout</a>
2334
+
but whose size is computed to be the one of <a href="#bounding-box-assignment">the area that would be assigned to the box during layout</a>
2335
+
if all tracks were considered visible (irrespective of 'visibility' being set co collapse on some boxes),
2336
+
not including borders and paddings as appropriate.
2337
+
2338
+
<div class="note">
2339
+
This is done so that hiding column does not trigger a layout in the absolutely-positioned boxes, and the content being clipped doesn't seem to be moving.
0 commit comments