Enable pre-HTML5 parser quirks for Apple Mail.app
<rdar://problem/8414666>
Mail.app needs to continue to be able to display HTML messages that contain quirky markup when linked against a version of WebKit that has the HTML5 parser enabled.
Created attachment 76001 [details] Patch
Comment on attachment 76001 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=76001&action=review > WebKit/mac/WebView/WebView.mm:1394 > + // Mail.app must continue to display HTML email that contains quirky markup. Forever?
(In reply to comment #4) > (From update of attachment 76001 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=76001&action=review > > > WebKit/mac/WebView/WebView.mm:1394 > > + // Mail.app must continue to display HTML email that contains quirky markup. > > Forever? I think it has to be forever if we want to guarantee that new versions of Mail will continue to able to display old messages. Perhaps we don't want to make that guarantee?
Committed r73585: <http://trac.webkit.org/changeset/73585>