[Webkit-unassigned] [Bug 40775] Table Cell Layering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 14:49:31 PDT 2010


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





--- Comment #4 from Fady Samuel <fsamuel at chromium.org>  2010-06-17 14:49:31 PST ---
Let me be a bit clearer on what the expected behavior is:

Cells are layered according to DOM order. What that means is if two cells occupy a given slot on the table grid, the cell that was defined later lies above the cell that was defined earlier. This behavior seems to be consistent across IE, Firefox, and Opera. 

On repaint, it was possible for WebKit to draw an earlier cell above a later cell prior to this patch. The added tests check for this case.

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