Bug 41660 - Implement InCaptionMode
Summary: Implement InCaptionMode
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-06 00:22 PDT by Adam Barth
Modified: 2010-07-06 00:39 PDT (History)
1 user (show)

See Also:


Attachments
Patch (25.99 KB, patch)
2010-07-06 00:26 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-06 00:22:51 PDT
Implement InCaptionMode
Comment 1 Adam Barth 2010-07-06 00:26:07 PDT
Created attachment 60598 [details]
Patch
Comment 2 Eric Seidel (no email) 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.
Comment 3 Adam Barth 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>
Comment 4 Adam Barth 2010-07-06 00:39:23 PDT
All reviewed patches have been landed.  Closing bug.