File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments