[Webkit-unassigned] [Bug 3239] overflow: auto should work on table sections (tbody scroll)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 29 07:29:34 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=3239


rasamassen at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rasamassen at gmail.com




--- Comment #17 from rasamassen at gmail.com  2011-12-29 07:29:32 PST ---
Per http://www.w3.org/TR/css3-box/#overflow0, overflow applies to "non-replaced block-level elements and non-replaced ‘inline-block’ elements" (meaning it doesn't apply to img, object, and the like). A block-level box includes "all table boxes" (like table-row-group and table-column-group). Thus, overflow applies to all table boxes, including <tbody>.

Though no browser currently implements an overflow:scroll ability (tested Chr16, FF9, IE9, O11.6), a table with a <tbody> and a <colgroup> should be able to use CSS3 to create a frozen panes effect.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list