Skip to content

Commit 8c6fdf0

Browse files
committed
[css2] Applied errata: 'overflow' on a table applies to the table box and
only 'visible' and 'hidden' apply to tables. See http://lists.w3.org/Archives/Public/www-style/2012Aug/0298.html --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403284
1 parent 1a6e37d commit 8c6fdf0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css2/visufx.src

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ to 'visible', content may be clipped to a UA's document window by the
109109
native operating environment.
110110
</p>
111111

112+
<p>On a table element ('display: table'), 'overflow' applies to the <a
113+
href="tables.html#table-box">table box</a> (i.e., not the <a
114+
href="tables.html#table-wrapper-box">table wrapper box</a>) and all
115+
values other than 'hidden' are treated as 'visible'.
116+
112117
<p>
113118
UAs must apply the 'overflow' property set on the root element to
114119
the viewport.

0 commit comments

Comments
 (0)