Bug 4350
Summary: | Implement baseline alignment support for table cells | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nicholas Shanks <nickshanks> |
Component: | Tables | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ian, mitz |
Priority: | P2 | Keywords: | HasReduction |
Version: | 412 | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://web.nickshanks.com/safari/baseline |
Nicholas Shanks
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joost de Valk (AlthA)
Confirmed, good testcase :)
Eric Seidel (no email)
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.
mitz
Fixed in r35899.