Skip to content

Commit 34b0e21

Browse files
committed
[css-tables] Clarified tracked conditions for re-resolution of table-cell children height percentages
1 parent 416b2d0 commit 34b0e21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css-tables-3/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,6 +1911,13 @@ spec:css-sizing-3; type:property; text:box-sizing
19111911
where, if appropriate, percentage-based heights are this time resolved
19121912
against their parent cell used height.
19131913

1914+
<div class="note>
1915+
Note that this means it is required to keep track of the usage of percentages
1916+
in the properties of any direct child of the table-cell including but not limited to
1917+
the 'height' and 'min-height' properties for horizontal flows and
1918+
the 'width' and 'min-width' properties for vertical flows.
1919+
</div>
1920+
19141921
It is appropriate to resolve percentage heights on direct children of a table-cell
19151922
if the cell is considered to have its height specified explicitly
19161923
or the child is absolutely positioned, see <a href="http://www.w3.org/TR/CSS2/visudet.html#the-height-property">CSS 2</a>.

0 commit comments

Comments
 (0)