Bug 17639 - Add support for 3 more quirks-mode doctypes from HTML 5
Summary: Add support for 3 more quirks-mode doctypes from HTML 5
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-02 12:14 PST by Adam Roben (:aroben)
Modified: 2008-03-03 14:05 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2008-03-02 12:14:13 PST
Three more quirks-mode-triggering doctypes were just added to HTML 5 (see <http://html5.org/tools/web-apps-tracker?from=1301&to=1302>). We should make sure these trigger quirks mode in WebKit.
Comment 1 Robert Blaut 2008-03-03 14:02:34 PST
These doctypes are already listed and triggers quirks mode in DocTypesString.gperf:

"-//o'reilly and associates//dtd html extended relaxed 1.0//en", PubIDInfo::eQuirks3, PubIDInfo::eQuirks3
"-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//en", PubIDInfo::eQuirks, PubIDInfo::eQuirks
"-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//en", PubIDInfo::eQuirks, PubIDInfo::eQuirks

So the bug report is in my opinion irrelevant.

Comment 2 Sam Weinig 2008-03-03 14:05:20 PST
Closing as WORKSFORME as we already support and more importantly test these doctypes.