From 9bba948488ce13fcfdce967d7eeb12f55dfe398f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 16 Jan 2025 12:15:52 -0800 Subject: [PATCH] [css-tables-3] Gloss in-flow/out-of-flow jargon --- css-tables-3/Overview.bs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css-tables-3/Overview.bs b/css-tables-3/Overview.bs index d8c173b2734..20e0fe7b8e1 100644 --- a/css-tables-3/Overview.bs +++ b/css-tables-3/Overview.bs @@ -359,7 +359,7 @@ spec:css-sizing-3; type:property; text:box-sizing

Fixup Algorithm

- For the purposes of these rules, out-of-flow elements are represented as inline elements of zero width and height. + For the purposes of these rules, out-of-flow elements are represented as inline elements of zero width and height. Their containing blocks are chosen accordingly. The following steps are performed in three stages: @@ -1966,7 +1966,7 @@ spec:css-sizing-3; type:property; text:box-sizing The baseline of a cell is defined as - the baseline of the first in-flow line box in the cell, or + the baseline of the first in-flow line box in the cell, or the first in-flow table-row in the cell, whichever comes first. If there is no such line box or table-row, @@ -2000,7 +2000,7 @@ spec:css-sizing-3; type:property; text:box-sizing

For the purposes of finding a baseline, - in-flow boxes with a scrolling mechanisms (see the 'overflow' property) + in-flow boxes with a scrolling mechanisms (see the 'overflow' property) must be considered as if scrolled to their origin position.

@@ -2523,7 +2523,7 @@ With a table-root as containing block then indicate offsets inwards from the corresponding edges of this containing block, as normal. - Absolute positioning occurs after layout of the table and its in-flow contents, + Absolute positioning occurs after layout of the table and its in-flow contents, and does not contribute to the sizing of any table grid tracks or affect the size/configuration of the table grid in any way.