RESOLVED FIXED 40284
Implement HTML5's forceQuirks flag
https://bugs.webkit.org/show_bug.cgi?id=40284
Summary Implement HTML5's forceQuirks flag
Adam Barth
Reported 2010-06-07 23:53:32 PDT
Implement HTML5's forceQuirks flag
Attachments
Patch (9.56 KB, patch)
2010-06-07 23:55 PDT, Adam Barth
no flags
Patch for landing (9.94 KB, patch)
2010-06-08 00:04 PDT, Adam Barth
abarth: commit-queue+
Adam Barth
Comment 1 2010-06-07 23:55:34 PDT
Eric Seidel (no email)
Comment 2 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?
Adam Barth
Comment 3 2010-06-08 00:04:14 PDT
Created attachment 58120 [details] Patch for landing
Adam Barth
Comment 4 2010-06-08 00:16:05 PDT
Note You need to log in before you can comment on or make changes to this bug.