Bug 41660

Summary: Implement InCaptionMode
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 41123    
Attachments:
Description Flags
Patch none

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.