Bug 14406 - <colgroup>'s borders are ignored when it has <col> children
Summary: <colgroup>'s borders are ignored when it has <col> children
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-26 01:20 PDT by mitz
Modified: 2007-06-26 22:34 PDT (History)
0 users

See Also:


Attachments
Check if the col element is inside a colgroup (105.49 KB, patch)
2007-06-26 01:25 PDT, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-06-26 01:20:25 PDT
The border collapsing algorithm ignores column group borders if the <colgroup> has <col> children. This is why tables/mozilla_expected_failures/core/table_rules.html and tables/mozilla_expected_failures/marvin/x_table_rules_groups.xml fail. Patch forthcoming.
Comment 1 mitz 2007-06-26 01:25:56 PDT
Created attachment 15239 [details]
Check if the col element is inside a colgroup
Comment 2 Dave Hyatt 2007-06-26 21:58:08 PDT
Comment on attachment 15239 [details]
Check if the col element is inside a colgroup

r=me
Comment 3 Mark Rowe (bdash) 2007-06-26 22:34:27 PDT
Landed in r23810.