Bug 41500 - Implement AfterBodyMode for HTML5 tree builder
Summary: Implement AfterBodyMode for HTML5 tree builder
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: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 41123
  Show dependency treegraph
 
Reported: 2010-07-01 21:20 PDT by Adam Barth
Modified: 2010-07-02 18:57 PDT (History)
2 users (show)

See Also:


Attachments
Patch (12.63 KB, patch)
2010-07-01 21:24 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.  :)