Bug 41743

Summary: Teach HTMLTreeBuilder how to handle <button><button>
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:    
Bug Blocks: 41123    
Attachments:
Description Flags
Patch abarth: review+, abarth: commit-queue+

Description Eric Seidel (no email) 2010-07-06 23:18:08 PDT
Teach HTMLTreeBuilder how to handle <button><button>
Comment 1 Eric Seidel (no email) 2010-07-06 23:19:04 PDT
Created attachment 60688 [details]
Patch
Comment 2 Adam Barth 2010-07-06 23:51:49 PDT
Comment on attachment 60688 [details]
Patch

I think we should do it this way for now and possibly optimize later.
Comment 3 Eric Seidel (no email) 2010-07-07 01:45:22 PDT
Committed r62638: <http://trac.webkit.org/changeset/62638>