RESOLVED FIXED Bug 41660
Implement InCaptionMode
https://bugs.webkit.org/show_bug.cgi?id=41660
Summary Implement InCaptionMode
Adam Barth
Reported 2010-07-06 00:22:51 PDT
Implement InCaptionMode
Attachments
Patch (25.99 KB, patch)
2010-07-06 00:26 PDT, Adam Barth
no flags
Adam Barth
Comment 1 2010-07-06 00:26:07 PDT
Eric Seidel (no email)
Comment 2 2010-07-06 00:28:27 PDT
Comment on attachment 60598 [details] Patch Hot dawg! You found my adoption agency bug! I knew I was just one damn typo away from fixing a zillion tests. Thank you! It's slightly confusing to both fix the AA bug and add InCaption mode at once. if (token.name() == bodyTag || token.name() == colTag || token.name() == colgroupTag || token.name() == htmlTag || token.name() == tbodyTag || token.name() == tdTag || token.name() == tfootTag || token.name() == thTag || token.name() == theadTag || token.name() == trTag) { really really really needs a helper function sooner than later.
Adam Barth
Comment 3 2010-07-06 00:39:18 PDT
Comment on attachment 60598 [details] Patch Clearing flags on attachment: 60598 Committed r62533: <http://trac.webkit.org/changeset/62533>
Adam Barth
Comment 4 2010-07-06 00:39:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.