Bug 41740 - <table> should auto-close <p> when not in quirks mode
Summary: <table> should auto-close <p> when not in quirks mode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks: 41123
  Show dependency treegraph
 
Reported: 2010-07-06 22:50 PDT by Eric Seidel (no email)
Modified: 2010-07-07 01:41 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.82 KB, patch)
2010-07-06 22:54 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
Patch for landing (3.93 KB, patch)
2010-07-06 23:57 PDT, Eric Seidel (no email)
abarth: review+
eric: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2010-07-06 22:50:55 PDT
<table> should auto-close <p> when not in quirks mode
Comment 1 Eric Seidel (no email) 2010-07-06 22:54:29 PDT
Created attachment 60685 [details]
Patch
Comment 2 Adam Barth 2010-07-06 23:50:24 PDT
Comment on attachment 60685 [details]
Patch

WebCore/html/HTMLTreeBuilder.cpp:683
 +              processFakeEndTag(pTag);
You should use processFakePEndTagIfPInScope()
Comment 3 Eric Seidel (no email) 2010-07-06 23:57:42 PDT
Created attachment 60695 [details]
Patch for landing
Comment 4 Eric Seidel (no email) 2010-07-07 01:41:28 PDT
Committed r62636: <http://trac.webkit.org/changeset/62636>