Bug 4350 - Implement baseline alignment support for table cells
Summary: Implement baseline alignment support for table cells
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://web.nickshanks.com/safari/base...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2005-08-09 00:10 PDT by Nicholas Shanks
Modified: 2009-05-16 19:27 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Shanks 2005-08-09 00:10:42 PDT
Table cells with varying line heights do not baseline-align when they should. Also, the vertical-align 
property appears to not be inherited from a <table> element to its child <tr> elements. For a 
demonstration, see http://web.nickshanks.com/safari/baseline
Comment 1 Joost de Valk (AlthA) 2005-08-31 00:50:27 PDT
Confirmed, good testcase :)
Comment 2 Eric Seidel (no email) 2005-12-27 14:58:15 PST
I've also seen something (possibly related) in rendering http://www.eseidel.com/svg-status.xml  FireFox 
seems to center the lists in the table cells, where as we do not.
Comment 3 mitz 2009-05-16 19:27:02 PDT
Fixed in r35899.