Bug 10300 - colspan=0 doesn't work
Summary: colspan=0 doesn't work
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-07 22:38 PDT by Ian 'Hixie' Hickson
Modified: 2023-04-23 23:53 PDT (History)
10 users (show)

See Also:


Attachments
test case (288 bytes, text/html)
2007-09-25 16:42 PDT, Eric Stith
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian 'Hixie' Hickson 2006-08-07 22:38:36 PDT
colspan=0 and rowspan=0 on cells should make them span the entire table. They don't work.
Comment 1 Eric Stith 2007-09-25 16:42:30 PDT
Created attachment 16394 [details]
test case

Compare behavior of webkit vs. Firefox, IE, Opera or W3c standard.  This is an old bug inherited from khtml (http://bugs.kde.org/show_bug.cgi?id=41063).

http://www.w3.org/TR/html4/struct/tables.html#h-11.2.6
Comment 2 Eric Stith 2007-09-25 16:45:08 PDT
This is an old bug inheritted from khtml, where it also remains unfixed and mostly unacknowledged:

http://bugs.kde.org/show_bug.cgi?id=41063
Comment 3 stefan 2011-07-02 03:01:42 PDT
any update on this issue? found it is still in the current nightly build.

br

Stefan
Comment 4 Torsten Bronger 2011-08-08 04:47:02 PDT
It is fixed in KHTML for two years.  I don't know whether both codebases are still similar enough so that this helps, though.
Comment 5 John Lascurettes 2011-08-24 12:58:26 PDT
In addition to the test case attached, the bug can be seen in action on the example link here: http://csswizardry.com/2011/08/two-titillating-table-tips/
Comment 6 Brent Fulgham 2022-07-06 14:49:22 PDT
Safari, Chrome, and Firefox render this test the same way, so I believe any underlying compatibility bug has since been fixed.
Comment 7 Ahmad Saleem 2023-04-23 13:40:25 PDT
@Brent - zero-rowspan-xxx tests still fail in STP168. Do we need to change title to rowspan since 'Column 0' mention both colspan and rowspan? Or should I open separate new bug?

https://wpt.fyi/results/css/css-tables?label=master&label=experimental&aligned=&q=zero-rowspan-
Comment 8 Brent Fulgham 2023-04-23 14:07:45 PDT
(In reply to Ahmad Saleem from comment #7)
> @Brent - zero-rowspan-xxx tests still fail in STP168. Do we need to change
> title to rowspan since 'Column 0' mention both colspan and rowspan? Or
> should I open separate new bug?
> 
> https://wpt.fyi/results/css/css-
> tables?label=master&label=experimental&aligned=&q=zero-rowspan-

Would you mind making a new bug? We can investigate this more specific symptom without making this thread too convoluted.
Comment 9 Ahmad Saleem 2023-04-23 23:53:01 PDT
(In reply to Brent Fulgham from comment #8)
> (In reply to Ahmad Saleem from comment #7)
> > @Brent - zero-rowspan-xxx tests still fail in STP168. Do we need to change
> > title to rowspan since 'Column 0' mention both colspan and rowspan? Or
> > should I open separate new bug?
> > 
> > https://wpt.fyi/results/css/css-
> > tables?label=master&label=experimental&aligned=&q=zero-rowspan-
> 
> Would you mind making a new bug? We can investigate this more specific
> symptom without making this thread too convoluted.

Done - refer to 'See Also'. :-)