1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
5 <title>SPAN attribute in COL element being ignored.
</title>
7 <style type=
"text/css">
8 pre
{font:1em monospace
; margin-left:15px; color:#000066;}
10 td
{border:thin solid black
;}
12 .aside {font-style:italic
;}
18 <h3>SPAN attribute of COL element being ignored in Mozilla
1.0 rc1
</h3>
20 <p class=
"aside">(Note: this is a regression bug - I don't know when it appeared, but I remember the SPAN attribute on COL elements worked fine sometime before Mozilla
0.9.6)
</p>
22 <p>The following TABLE has a COLGROUP structure of:
</p>
24 <col
width=
"100" span=
"2">
25 <col
width=
"200">
29 <p>So the first two colums should both be
100px wide, and the third should be
200px wide.
</p>
30 <p>However, the first column is
100px, the second is
200px, and the third is the default width.
</p>
31 <p>So it would appear that the SPAN attribute is being ignored.
</p>
36 <col width=
"100" span=
"2">