WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2010-07-04 12:27:37 PDT
Created
attachment 60475
[details]
Patch
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
Committed
r62469
: <
http://trac.webkit.org/changeset/62469
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug