Bug 41740

Summary: <table> should auto-close <p> when not in quirks mode
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 41123    
Attachments:
Description Flags
Patch
none
Patch for landing abarth: review+, eric: commit-queue+

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>