Bug 40284

Summary: Implement HTML5's forceQuirks flag
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 39259    
Attachments:
Description Flags
Patch
none
Patch for landing abarth: commit-queue+

Description Adam Barth 2010-06-07 23:53:32 PDT
Implement HTML5's forceQuirks flag
Comment 1 Adam Barth 2010-06-07 23:55:34 PDT
Created attachment 58115 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-06-08 00:00:07 PDT
Comment on attachment 58115 [details]
Patch

WebCore/html/HTMLParser.cpp:349
 +      if (t->m_forceQuirks)
We should add some comment(s) here about how the two parsers work.  You should reference the FIXME inside Document::addChild and how the legacy parser had intended to move the logic out here.

How's our test coverage here?  Do we feel it's sufficient?
Comment 3 Adam Barth 2010-06-08 00:04:14 PDT
Created attachment 58120 [details]
Patch for landing
Comment 4 Adam Barth 2010-06-08 00:16:05 PDT
Committed r60826: <http://trac.webkit.org/changeset/60826>