[webkit-reviews] review granted: [Bug 41581] Add a very basic InTable insertion mode : [Attachment 60475] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 4 13:24:40 PDT 2010


Adam Barth <abarth at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 41581: Add a very basic InTable insertion mode
https://bugs.webkit.org/show_bug.cgi?id=41581

Attachment 60475: Patch
https://bugs.webkit.org/attachment.cgi?id=60475&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
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.


More information about the webkit-reviews mailing list