- From: Laurent Carcone <carcone@w3.org>
- Date: Wed, 23 Jul 2008 17:13:04 +0200
- To: Dominique Meeùs <dominique@meeus-d.be>
- CC: www-amaya@w3.org
Hello Dominique, We'll deal with this problem as soon as possible. Thanks for the report, Laurent Carcone Dominique Meeùs wrote: > > At the beginning of my pages (as for example > http://www.meeus-d.be/linux/divers.html) I put script elements inside > span elements to make them smaller and float left and right. Amaya > pretends to put the span as content of the script ! My code seems to > me perfectly normal and HTML-Tidy agrees. Amaya seems to be "too > clever" on this. Code is as follows : > > | <span class="floatleft smaller"> > <script type="text/javascript" > language="JavaScript" > src="../monAdresse.js"> > </script> > </span> > <span class="floatright smaller"> > <i>Dernière modification le</i> > <script type="text/javascript" > language="JavaScript" > src="../lastSaved.js"> > </script> > </span> | > > Amaya transforms it in the nonsensical > > |<script type="text/javascript" language="JavaScript" > src="../monAdresse.js"> > <span class="floatleft smaller"> </span></script> > <span class="floatright smaller"><i>Dernière modification le</i> > </span><script type="text/javascript" language="JavaScript" > src="../lastSaved.js"> > <span class="floatright smaller"> </span></script>| > -- > > Amitiés, Dominique, > dominique@meeus-d.be, +32 (473) 61 31 75, http://www.meeus-d.be/ >
Received on Wednesday, 23 July 2008 15:13:45 UTC