[Bug 5661] <noscript> problem

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5661





------- Comment #3 from ot@w3.org  2008-04-26 01:27 -------
1) you need something inside the noscript, it can't contain content "just like
that".
so something like <noscript><p>...</p></noscript>

2) you should't be using document.write in XHTML. Either use HTML, or don't use
document.write.
http://www.w3.org/MarkUp/2004/xhtml-faq#docwrite

Received on Saturday, 26 April 2008 01:28:18 UTC