Bug 14406

Summary: <colgroup>'s borders are ignored when it has <col> children
Product: WebKit Reporter: mitz
Component: TablesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Check if the col element is inside a colgroup hyatt: review+

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.