Hallo,
Es gibt kein colspan="0" denn mindestens eine zelle muss dabei sein. es gibt eben keine 0-Zelle.
http://www.w3.org/TR/REC-html40/struct/tables.html#adef-colspan
da is aber colspan mit value 0 beschrieben
Ja, für den Fall, dass es ein <colgroup> Element definiert wurde:
---------
The value zero ("0") means that the cell spans all columns from the current column to the last column of the column group (COLGROUP) in which the cell is defined.
---------
bei dem wiederum bestimmte Regel gelten:
---------
The COLGROUP element creates an explicit column group. The number of columns in the column group may be specified in two, mutually exclusive ways:
1.The element's span attribute (default value 1) specifies the number of columns in the group.
2.Each COL element in the COLGROUP represents one or more columns in the group.
---------
Aber du hast recht, ich hätte das besser erklären sollen.
Grüße
Thomas