Amaya 10.1-pre5 WinXP bug: invalid XHTML not detected

Bartolomé Sintes Marco <[email protected]>
Newsgroups gmane.comp.web.amaya.general
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.