Bug 5822 - <col> and <colgroup> ignored if preceded by <caption>
Summary: <col> and <colgroup> ignored if preceded by <caption>
Status: VERIFIED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
: 7930 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-24 11:46 PST by mitz
Modified: 2006-03-24 04:53 PST (History)
1 user (show)

See Also:


Attachments
testcase (681 bytes, text/html)
2005-11-24 11:47 PST, mitz
no flags Details
Skip the caption when looking for col (721 bytes, patch)
2005-11-24 12:15 PST, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2005-11-24 11:46:13 PST
col and colgroup elements are ignored if there is a caption element preceding them in the table. See the 
testcase for an example.
Comment 1 mitz 2005-11-24 11:47:18 PST
Created attachment 4793 [details]
testcase
Comment 2 mitz 2005-11-24 12:15:46 PST
Created attachment 4794 [details]
Skip the caption when looking for col
Comment 3 Darin Adler 2005-11-24 19:22:56 PST
Comment on attachment 4794 [details]
Skip the caption when looking for col

r=me
Comment 4 Darin Adler 2005-11-24 19:22:56 PST
Comment on attachment 4794 [details]
Skip the caption when looking for col

r=me
Comment 5 Eric Seidel (no email) 2005-11-26 16:51:12 PST
Suggestions as to where to put the testcase are always helpful :)  Patches including the test case are even 
nicer. :)
Comment 6 mitz 2006-03-24 04:53:01 PST
*** Bug 7930 has been marked as a duplicate of this bug. ***