<colgroup>: WAI tutorial vs HTML 5 spec

Hi folks,

According to the WAI Tables Concepts tutorial, this is how to represent 
a column followed by two two-column-spanning colgroups:

<col>
<colgroup span="2"></colgroup>
<colgroup span="2"></colgroup>

According to the HTML spec, <col> must be a child of <colgroup>. Is this 
equivalent?

<colgroup>
<col>
<col span="2">
<col span="2">
</colgroup>

Thanks,

Jeff

Received on Monday, 19 December 2022 18:18:11 UTC