Bug 39345 - Make the HTML5 parser correctly parse <div>Hello</div>
Summary: Make the HTML5 parser correctly parse <div>Hello</div>
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: Nobody
URL:
Keywords:
Depends on:
Blocks: 39259
  Show dependency treegraph
 
Reported: 2010-05-18 23:23 PDT by Adam Barth
Modified: 2010-05-18 23:30 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.90 KB, patch)
2010-05-18 23:23 PDT, Adam Barth
eric: review+
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-05-18 23:23:10 PDT
Make the HTML5 parser correctly parse <div>Hello</div>
Comment 1 Adam Barth 2010-05-18 23:23:51 PDT
Created attachment 56463 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-05-18 23:27:26 PDT
Comment on attachment 56463 [details]
Patch

OK.  Clearly work to do here, but this is definitely a step forward.  Closer to actually testable code.
Comment 3 Adam Barth 2010-05-18 23:30:33 PDT
Committed r59747: <http://trac.webkit.org/changeset/59747>