- From: Rob <wlkngowl@unix.asb.com>
- Date: Mon, 15 Dec 1997 01:06:03 -0500
- To: www-html@w3.org
- CC: html-editor@w3.org
Something else...
<SCRIPT> is a special element yet <NOSCRIPT> is specifically a block
element. Is this an oversight? It seems that one should be able to
include non-script content in the same context as scripted content.
This is a problem, say if I would like to use
<P>This text is generated
<SCRIPT type="text/javascript">
document.write("by a script")
</SCRIPT>
<NOSCRIPT>
without any scripting
</NOSCRIPT>
blah blah blah...
</P>
Using the current (7 Nov 97) DTD the NOSCRIPT start tag ends the
paragraph, hence an extra end-paragraph tag which is an error for
validators.
Rob
Received on Monday, 15 December 1997 01:07:22 UTC