Re: <noscript> inside <p> elements

On 10/30/07, Julian Guy <contact@julianguy.co.uk> wrote:
> Hello all,
>
> I apologise if this has been mentioned before.
>
> I think <noscript> blocks should be allowed inside all elements within the
> page.

This would lead to check the content of the noscript, to see if it
contains or not blocks elements...

Ex:
<p><script type="text/javascript">
  //<![CDATA[
  document.write('foo');
  //]]>
 </script><noscript><div>foo</div></noscript></p>


-- 
Olivier G.
http://www.lespacedunmatin.info/blog/

Received on Tuesday, 30 October 2007 10:32:29 UTC