Bug 54936 - Clean up: Extract table height adjustment for <caption> into common function
Summary: Clean up: Extract table height adjustment for <caption> into common function
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-21 22:14 PST by Daniel Bates
Modified: 2011-02-24 22:28 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.04 KB, patch)
2011-02-21 22:21 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-02-21 22:14:42 PST
We should extract the common code for adjusting the table height for a top- and bottom-positioned <caption> into a shared function so that we can remove duplicate code.
Comment 1 Daniel Bates 2011-02-21 22:21:46 PST
Created attachment 83270 [details]
Patch
Comment 2 Antonio Gomes 2011-02-22 05:44:22 PST
Comment on attachment 83270 [details]
Patch

r=me
Comment 3 Daniel Bates 2011-02-24 22:28:53 PST
Comment on attachment 83270 [details]
Patch

Clearing flags on attachment: 83270

Committed r79663: <http://trac.webkit.org/changeset/79663>
Comment 4 Daniel Bates 2011-02-24 22:28:59 PST
All reviewed patches have been landed.  Closing bug.