Bug 75355

Summary: min-width not inherited like width on <col> and <colgroup>
Product: WebKit Reporter: rasamassen
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Minor CC: davidbarr, mvujovic
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Test of <col> width bug none

rasamassen
Reported 2011-12-29 08:01:24 PST
Created attachment 120747 [details] Test of <col> width bug If style="width:##px;" is specified on a <col> or <colgroup>, the width is inherited by the individual children columns. If width is changed to min-width, min-width is not inherited. Attached is a test file. Results vary between Chrome, Firefox, IE, and Opera.
Attachments
Test of <col> width bug (1.08 KB, text/html)
2011-12-29 08:01 PST, rasamassen
no flags
David Barr
Comment 1 2012-02-15 20:00:05 PST
This is the best I could find: http://www.w3.org/TR/CSS2/tables.html#columns "The 'width' property gives the minimum width for the column." The behaviour of min-width with respect to col or colgroup is not defined in at least CSS2.
Note You need to log in before you can comment on or make changes to this bug.