[Webkit-unassigned] [Bug 47208] CSS 2.1 failure: before-content-display-* tests fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 11 12:27:14 PST 2011


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


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #1 from Dave Hyatt <hyatt at apple.com>  2011-03-11 12:27:14 PST ---
We pass 015.htm now.  We fail 007.htm because we need to implement baselinePosition for inline-tables.  It just falls through to RenderBlock's, which does not do the right thing.

CSS2.1 states that the baseline of an inline-table is the baseline of the first row of the table, so we need to just add a baselinePosition method that returns that.

-- 
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