Amaya 10.1-pre5 WinXP bug: invalid XHTML not detected

Hi,

1. If a table contains a <colgroup> element, <col /> elements must be 
inside <colgroup> elements. The W3C validator finds errors in the 
following code:

<table border="1">
   <caption>Test</caption>
   <colgroup>
     <col />
   </colgroup>
  <col />
   <tbody>
     <tr>
       <td>1</td>
       <td>2</td>
      </tr>
   </tbody>
</table>

but Amaya saves and reloads without warning.

2. If the <tbody> element is deleted from a table in the source view 
(but the table has a <thead> or a <tfoot> element), Amaya saves and 
loads the document without warning, but the W3C validator find errors in 
it. In normal view it is not possible to generate this error, as tables 
are completely removed if the <tbody> is deleted.

Best regards,
Bartolomé Sintes
http://www.mclibre.org

Received on Thursday, 11 December 2008 13:20:16 UTC