Bug 41581

Summary: Add a very basic InTable insertion mode
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on: 41453    
Bug Blocks:    
Attachments:
Description Flags
Patch abarth: review+, abarth: commit-queue-

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.