Bug 41646 - Implement in select in table
Summary: Implement in select in table
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: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 41123
  Show dependency treegraph
 
Reported: 2010-07-05 21:34 PDT by Adam Barth
Modified: 2010-07-05 22:31 PDT (History)
2 users (show)

See Also:


Attachments
Patch (9.25 KB, patch)
2010-07-05 21:35 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2010-07-05 21:34:51 PDT
Implement in select in table
Comment 1 Adam Barth 2010-07-05 21:35:45 PDT
Created attachment 60582 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-07-05 21:40:33 PDT
Comment on attachment 60582 [details]
Patch

LGTM.

We need to make:

+        if (token.name() == captionTag || token.name() == tableTag || token.name() == tbodyTag || token.name() == tfootTag || token.name() == theadTag || token.name() == trTag || token.name() == tdTag || token.name() == thTag) {

a helper function soon.
Comment 3 WebKit Commit Bot 2010-07-05 22:31:20 PDT
Comment on attachment 60582 [details]
Patch

Clearing flags on attachment: 60582

Committed r62521: <http://trac.webkit.org/changeset/62521>
Comment 4 WebKit Commit Bot 2010-07-05 22:31:25 PDT
All reviewed patches have been landed.  Closing bug.