[Webkit-unassigned] [Bug 14849] Setting valign on a table in JavaScript has no effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 1 12:42:25 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14849





------- Comment #2 from mitz at webkit.org  2007-08-01 12:42 PDT -------
Created an attachment (id=15788)
 --> (http://bugs.webkit.org/attachment.cgi?id=15788&action=view)
Test case

vertical-align is not an inherited property, so recalcStyle does not continue
to descendants. What recalcStyle does not know is that table rows and table
cells have 'vertical-align: inherit' by default, so they do need a recalc.

The issue is not limited to mapped attributes, as this test case demonstrates.


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



More information about the webkit-unassigned mailing list