@@ -857,7 +857,7 @@ spec:css22; type:property; text:display
857
857
is ignored and treated as if its value was <code> visible</code> .
858
858
859
859
<li> All css properties of <a>table-column</a> and <a>table-column-group</a> boxes are ignored,
860
- except when explicitely specified by this specification.
860
+ except when explicitly specified by this specification.
861
861
862
862
<li> The 'position' of <a>table-track</a> and <a>table-track-grouping</a> boxes is ignored
863
863
if its value is <code> relative</code> . User agents that support 'transform'
@@ -1821,10 +1821,11 @@ spec:css22; type:property; text:display
1821
1821
where, if appropriate, percentage-based heights are this time resolved
1822
1822
against their parent cell used height.
1823
1823
It is appropriate to resolve percentage heights on direct children of table cells
1824
- if the cell is considered to have a height specified by the author.
1825
- In addition to the cases already described in <a href="http://www.w3.org/TR/CSS2/visudet.html#the-height-property">CSS 2</a> ,
1826
- it is further clarified that a cell is considered to have its height specified
1827
- if the cell or any of its table ancestor has a height specified in pixels or non-ignored percent.
1824
+ if the cell is considered to have its height specified explicitly
1825
+ or the element is absolutely positioned, see <a href="http://www.w3.org/TR/CSS2/visudet.html#the-height-property">CSS 2</a> .
1826
+ It is further clarified that
1827
+ a cell is considered to have its height specified explicitly
1828
+ if the computed height of the cell or any of its table ancestors is a length or percentage.
1828
1829
</div>
1829
1830
1830
1831
<div class="note">
0 commit comments