Re: [CSS21] Errata in the example table in Section 17.5

> The example XHTML table in this section is missing backslashes
>  for the closing tags of the last two <td> elements and both <tr>
> elements: [...]
>
> <table>
> <tr><td>1 </td><td rowspan="2">2 </td><td>3 </td><td>4 </td>
> </tr>
> <tr><td colspan="2">5 </td></tr>
> </table>

What is the original document's URI? -- By the way (CMIIW since I don't see
the context because of the missing document URI), the structure is wrong (to
correct it, e.g. assign the 'rowspan' attribute to the first table cell
instead and set the 'colspan' value of the second row's cell to '3').


 Jens.


-- 
Jens Meiert
Interface Architect

http://meiert.com/

Received on Monday, 15 December 2003 03:58:04 UTC