Skip to content

Commit 3d18bca

Browse files
committed
[css-tables] Clarified how cell 'height' works
This is probably stop-gap until I import the column-measure text and adapt it for rows.
1 parent 92c461f commit 3d18bca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

css-tables-3/Overview.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,12 +1968,13 @@ spec:css21; type:property; text:max-width
19681968
</div>
19691969

19701970
<p>
1971-
Since cells that were spanning more than one rows have not been sized correctly during row layout,
1972-
their height will need to be eventually distributed to the set of rows they spanned.
1973-
1974-
<p>
1971+
Since during row layout the specified heights of cells in the row were ignored
1972+
and cells that were spanning more than one rows have not been sized correctly,
1973+
their height will need to be eventually distributed to the set of rows they spanned.
19751974
This is done by running the same algorithm as the column measurement for spans N>1,
1976-
with the span=1 value being initialized with the result of the previous row layout.
1975+
with the span=1 value being initialized with the largest of
1976+
the resulting height of the previous row layout,
1977+
and the largest specified height of cells that span this row only.
19771978

19781979
<div class="issue">
19791980
Import the relevant section of [[#computing-column-measures]] here.

0 commit comments

Comments
 (0)