- From: Marcus <dontreply@not.me.uk>
- Date: Fri, 22 Oct 2004 18:03:37 +0000
- To: www-amaya@w3.org
Hi, I'm trying to use Amaya 8.7 on Windows 2000 to edit XHTML 1.1 documents. I have found that Amaya reports errors when I load pages that contain the "valign" attribute within a colgroup tag. For example, if you add the following table to an XHTML 1.1 document: <table> <colgroup align="right" valign="top"></colgroup> <colgroup align="left" valign="top"></colgroup> <tr> <th>Date:</th> <td>22/10/2004</td> </tr> <tr> <th>Start Time:</th> <td>19:00</td> </tr> </table> ...then Amaya will report the error: Invalid XHTML attribute "valign" However, I think the valign attribute *is valid* for colgroup elements in XHTML 1.1. Here is the relevant part of the W3C spec: http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_tablemodule My documents successfully validate in both the online W3C validator and a validator we have set up using xmllint on our unix server. Best Wishes, Marcus btw- Sorry I havent entered a valid email address, I'm too affraid of spam. I hope this mail is accepted, I will watch the mailing-list archives for replies.
Received on Monday, 25 October 2004 07:20:18 UTC