[Webkit-unassigned] [Bug 38527] Cannot override display:table-cell on td or display:table on table.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 20 10:48:49 PDT 2013


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


Brandon Freeman <freemabr+webkit at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |freemabr+webkit at gmail.com




--- Comment #2 from Brandon Freeman <freemabr+webkit at gmail.com>  2013-05-20 10:47:17 PST ---
I want to add to this bug, not because it really is a bug, but I don't think what it is doing is quite complete.  It looks like webkit won't override the display properties because a doctype isn't declared.  So, you would need <!DOCTYPE html> at the top of your document.  Now, this is all fine and dandy, but it seems to only enforce this on td, and not th or any other part of the table.  This seems silly.

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