File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1911,6 +1911,13 @@ spec:css-sizing-3; type:property; text:box-sizing
1911
1911
where, if appropriate, percentage-based heights are this time resolved
1912
1912
against their parent cell used height.
1913
1913
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
+
1914
1921
It is appropriate to resolve percentage heights on direct children of a table-cell
1915
1922
if the cell is considered to have its height specified explicitly
1916
1923
or the child is absolutely positioned, see <a href="http://www.w3.org/TR/CSS2/visudet.html#the-height-property">CSS 2</a> .
You can’t perform that action at this time.
0 commit comments