- From: Olivier GENDRIN <olivier.gendrin@gmail.com>
- Date: Tue, 30 Oct 2007 11:32:19 +0100
- To: "public-html@w3.org" <public-html@w3.org>
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