[Webkit-unassigned] [Bug 21092] Tables with display:inline don't render as expected in strict mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 29 16:22:48 PST 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Specifying DOCTYPE messes   |Tables with display:inline
                   |up rendering                |don't render as expected in
                   |                            |strict mode
           Platform|PC                          |All
         OS/Version|Windows Vista               |All
           Severity|Major                       |Normal
          Component|Layout and Rendering        |Tables
                 CC|                            |ap at webkit.org




--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2010-01-29 16:22:48 PST ---
>So the document parse mode is set as "setParseMode(AlmostStrict);"

When doctype is not in the list, the mode is actually set to strict.

I don't know if this bug is valid, but the workaround is obvious - one can just
not specify a doctype, and use the quirks mode.

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