Re: <link> vs. <script> for external scripts

On Wed, Nov 19, 2003 at 05:48:57PM +0100, Christian Wolfgang Hujer wrote:
| Oh, this may be it, I can't concentrate enough now, so I ask instead of try it 
| myself:
| Does it mean that if I use <body><noscript></noscript></body>, <noscript/>'s 
| content model is that of <body/>, and if I use 
| <body><p><noscript></noscript></p></body>, <noscript/>'s content model is 
| that of <p/>?

I'm not even entirely sure that we need <noscript/>. What about:

<body onload="document.getElementById('noscript').style.display='none';">
	<h1>Example</h1>
	<p id="noscript">This paragraph acts more or less the same as a
	<code>&lt;noscript/&gt;</code> element.</p>
</body>

-- 
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

Received on Thursday, 20 November 2003 02:48:44 UTC