Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

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

From: Toby A Inkster <tobyink@goddamn.co.uk>
Date: Thu, 20 Nov 2003 07:46:46 +0000
To: Christian Wolfgang Hujer <Christian.Hujer@itcqis.com>
Cc: Robert Koberg <rob@koberg.com>, W3C HTML List <www-html@w3.org>
Message-ID: <20031120074646.GA15132@ophelia.goddamn.co.uk>
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 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.