Hi all, I've just tried to validate some code written in xhtml 1.1 like this : ... <div id="someID"> <script type="text/javascript"> <!-- document.write (myJSFunction ()) ; // --> </script> <noscript> Some text here for non javascript enabled browsers </noscript> </div> ... and the validator is telling me: Some text here for non javascript enabled browsers ^ Error: text is not allowed here; try wrapping the text in a more descriptive container and: </noscript> ^ Error: missing a required sub-element of "noscript" Error: text is not allowed here; try wrapping the text in a more descriptive container Am I missing something? From the recommendations (html4, 4.01; xhtml 1 strict, xhtml 1.1) the <noscript> is still alive... I'm completely stuck on this one, if you have any idea please mail me, thanks a lot! -- François BattailReceived on Sunday, 28 July 2002 09:46:04 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:28 UTC