Re: <noscript> inside <p> elements

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

AFAIK, that's already the case; what makes you think the opposite?

> 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>

We already have such things in HTML5, this is called a transparent
content model.

-- 
Thomas Broyer

Received on Tuesday, 30 October 2007 10:46:37 UTC