[webkit-reviews] review granted: [Bug 41646] Implement in select in table : [Attachment 60582] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 5 21:40:32 PDT 2010


Eric Seidel <eric at webkit.org> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 41646: Implement in select in table
https://bugs.webkit.org/show_bug.cgi?id=41646

Attachment 60582: Patch
https://bugs.webkit.org/attachment.cgi?id=60582&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
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.


More information about the webkit-reviews mailing list