[Webkit-unassigned] [Bug 15273] Safari should not render a cell if the <td> is empty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 4 00:23:42 PDT 2012


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


Arpita Bahuguna <arpitabahuguna at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arpitabahuguna at gmail.com,
                   |                            |eric at webkit.org




--- Comment #5 from Arpita Bahuguna <arpitabahuguna at gmail.com>  2012-07-04 00:23:42 PST ---
This issue still seems to be reproducible on WebKit. Based on some initial analysis, it seems that the painting of borders for an empty <td> also seems to be dependant on the doctype of the document:

1. No doctype specified. FF - No broders, Opera - No borders, I.E. - No borders, WebKit - Draws the borders.
2. Invalid doctype (name) e.g. <!doctype> or <!doctype xyz>. FF - No borders, Opera - No borders, I.E. - Draws the borders, WebKit - Draws the broders.
3. Valid doctype (HTML5 or otherwise) - All browsers draw the borders.

Am not sure whether such behavior is part of some specification or not and whether we really need to fix this issue. Would appreciate thoughts on the same.

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