Bug 41743 - Teach HTMLTreeBuilder how to handle <button><button>
Summary: Teach HTMLTreeBuilder how to handle <button><button>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks: 41123
  Show dependency treegraph
 
Reported: 2010-07-06 23:18 PDT by Eric Seidel (no email)
Modified: 2010-07-07 01:45 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.78 KB, patch)
2010-07-06 23:19 PDT, Eric Seidel (no email)
abarth: review+
abarth: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>