Bug 41184

Summary: Sketch out InHeadMode for tree builder
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: 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

Adam Barth
Reported 2010-06-24 17:01:06 PDT
Sketch out InHeadMode for tree builder
Attachments
Patch (6.20 KB, patch)
2010-06-24 17:03 PDT, Adam Barth
no flags
Adam Barth
Comment 1 2010-06-24 17:03:21 PDT
Eric Seidel (no email)
Comment 2 2010-06-24 22:22:31 PDT
Comment on attachment 59711 [details] Patch WebCore/html/HTMLTreeBuilder.cpp:358 + // FIXME: Atomize "command". Silly fixme. DEFINE_LOCAL(AtomicString, commandAtom, "command") is all you need. :) Yeah, this is going to be the wrong design. We're going to want to switch based on tag and then on state, instead of how the spec is written which is state then tag.WebCore/html/HTMLTreeBuilder.cpp:400 + break; This break seems silly.
Adam Barth
Comment 3 2010-06-24 22:33:46 PDT
Comment on attachment 59711 [details] Patch Clearing flags on attachment: 59711 Committed r61823: <http://trac.webkit.org/changeset/61823>
Adam Barth
Comment 4 2010-06-24 22:33:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.