<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>10300</bug_id>
          
          <creation_ts>2006-08-07 22:38:36 -0700</creation_ts>
          <short_desc>colspan=0 doesn&apos;t work</short_desc>
          <delta_ts>2023-04-23 23:53:01 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tables</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=255853</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ian &apos;Hixie&apos; Hickson">ian</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>arpitabahuguna</cc>
    
    <cc>bfulgham</cc>
    
    <cc>bronger</cc>
    
    <cc>cgriego</cc>
    
    <cc>jruderman</cc>
    
    <cc>lascurettes</cc>
    
    <cc>mathias</cc>
    
    <cc>mitz</cc>
    
    <cc>stefan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>52012</commentid>
    <comment_count>0</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2006-08-07 22:38:36 -0700</bug_when>
    <thetext>colspan=0 and rowspan=0 on cells should make them span the entire table. They don&apos;t work.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>57046</commentid>
    <comment_count>1</comment_count>
      <attachid>16394</attachid>
    <who name="Eric Stith">webkitbugs</who>
    <bug_when>2007-09-25 16:42:30 -0700</bug_when>
    <thetext>Created attachment 16394
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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>57047</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Stith">webkitbugs</who>
    <bug_when>2007-09-25 16:45:08 -0700</bug_when>
    <thetext>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
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>431603</commentid>
    <comment_count>3</comment_count>
    <who name="">stefan</who>
    <bug_when>2011-07-02 03:01:42 -0700</bug_when>
    <thetext>any update on this issue? found it is still in the current nightly build.

br

Stefan</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>447946</commentid>
    <comment_count>4</comment_count>
    <who name="Torsten Bronger">bronger</who>
    <bug_when>2011-08-08 04:47:02 -0700</bug_when>
    <thetext>It is fixed in KHTML for two years.  I don&apos;t know whether both codebases are still similar enough so that this helps, though.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>456338</commentid>
    <comment_count>5</comment_count>
    <who name="John Lascurettes">lascurettes</who>
    <bug_when>2011-08-24 12:58:26 -0700</bug_when>
    <thetext>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/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1881130</commentid>
    <comment_count>6</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2022-07-06 14:49:22 -0700</bug_when>
    <thetext>Safari, Chrome, and Firefox render this test the same way, so I believe any underlying compatibility bug has since been fixed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1950658</commentid>
    <comment_count>7</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2023-04-23 13:40:25 -0700</bug_when>
    <thetext>@Brent - zero-rowspan-xxx tests still fail in STP168. Do we need to change title to rowspan since &apos;Column 0&apos; mention both colspan and rowspan? Or should I open separate new bug?

https://wpt.fyi/results/css/css-tables?label=master&amp;label=experimental&amp;aligned=&amp;q=zero-rowspan-</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1950661</commentid>
    <comment_count>8</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2023-04-23 14:07:45 -0700</bug_when>
    <thetext>(In reply to Ahmad Saleem from comment #7)
&gt; @Brent - zero-rowspan-xxx tests still fail in STP168. Do we need to change
&gt; title to rowspan since &apos;Column 0&apos; mention both colspan and rowspan? Or
&gt; should I open separate new bug?
&gt; 
&gt; https://wpt.fyi/results/css/css-
&gt; tables?label=master&amp;label=experimental&amp;aligned=&amp;q=zero-rowspan-

Would you mind making a new bug? We can investigate this more specific symptom without making this thread too convoluted.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1950696</commentid>
    <comment_count>9</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2023-04-23 23:53:01 -0700</bug_when>
    <thetext>(In reply to Brent Fulgham from comment #8)
&gt; (In reply to Ahmad Saleem from comment #7)
&gt; &gt; @Brent - zero-rowspan-xxx tests still fail in STP168. Do we need to change
&gt; &gt; title to rowspan since &apos;Column 0&apos; mention both colspan and rowspan? Or
&gt; &gt; should I open separate new bug?
&gt; &gt; 
&gt; &gt; https://wpt.fyi/results/css/css-
&gt; &gt; tables?label=master&amp;label=experimental&amp;aligned=&amp;q=zero-rowspan-
&gt; 
&gt; Would you mind making a new bug? We can investigate this more specific
&gt; symptom without making this thread too convoluted.

Done - refer to &apos;See Also&apos;. :-)</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>16394</attachid>
            <date>2007-09-25 16:42:30 -0700</date>
            <delta_ts>2007-09-25 16:42:30 -0700</delta_ts>
            <desc>test case</desc>
            <filename>attachment.cgi</filename>
            <type>text/html</type>
            <size>288</size>
            <attacher name="Eric Stith">webkitbugs</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEvL0VOIj4gCiA8aHRt
bD4gCiA8aGVhZD48dGl0bGU+Y29sc3BhbiB0ZXN0PC90aXRsZT48L2hlYWQ+IAogPGJvZHk+IAog
CiA8cD4gCiA8dGFibGUgYm9yZGVyPiAKIDx0cj48dGQ+Y2VsbCAxPC90ZD48dGQ+Y2VsbCAyPC90
ZD48dGQ+Y2VsbCAzPC90ZD48L3RyPiAKIDx0cj48dGQgY29sc3Bhbj0wIGFsaWduPWNlbnRlcj5D
ZW50ZXI8L3RkPjwvdHI+IAogPC90YWJsZT4gCiA8L3A+IAogCiA8L2JvZHk+IAogPC9odG1sPiAK
IAoK
</data>

          </attachment>
      

    </bug>

</bugzilla>