Bug 41500

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

Description Adam Barth 2010-07-01 21:20:27 PDT
Implement AfterBodyMode for HTML5 tree builder
Comment 1 Adam Barth 2010-07-01 21:24:15 PDT
Created attachment 60330 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-07-02 00:47:08 PDT
Comment on attachment 60330 [details]
Patch

So losing attributes is intentional in the </br> case?
Comment 3 WebKit Commit Bot 2010-07-02 01:29:57 PDT
Comment on attachment 60330 [details]
Patch

Clearing flags on attachment: 60330

Committed r62370: <http://trac.webkit.org/changeset/62370>
Comment 4 WebKit Commit Bot 2010-07-02 01:30:02 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Adam Barth 2010-07-02 18:57:02 PDT
> So losing attributes is intentional in the </br> case?

Yep.  Hence the comment and the test.  :)