RESOLVED FIXED 41581
Add a very basic InTable insertion mode
https://bugs.webkit.org/show_bug.cgi?id=41581
Summary Add a very basic InTable insertion mode
Eric Seidel (no email)
Reported 2010-07-04 12:23:25 PDT
Add a very basic InTable insertion mode
Attachments
Patch (14.76 KB, patch)
2010-07-04 12:27 PDT, Eric Seidel (no email)
abarth: review+
abarth: commit-queue-
Eric Seidel (no email)
Comment 1 2010-07-04 12:27:37 PDT
Adam Barth
Comment 2 2010-07-04 13:24:41 PDT
Comment on attachment 60475 [details] Patch Thanks! I looked at doing this last night, but I'm glad you did it. :) WebCore/html/HTMLTreeBuilder.cpp:770 + insertElement(token); You want to use insertSelfClosingElement here instead.
Eric Seidel (no email)
Comment 3 2010-07-04 14:52:29 PDT
Oh, there is lots more to do. :) A bunch of simple changes on top of this patch would pass a whole bunch more tests (like handling "any other tag" in table mode).
Eric Seidel (no email)
Comment 4 2010-07-04 14:56:20 PDT
Note You need to log in before you can comment on or make changes to this bug.