RESOLVED FIXED 41184
Sketch out InHeadMode for tree builder
https://bugs.webkit.org/show_bug.cgi?id=41184
Summary Sketch out InHeadMode for tree builder
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.