- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Mon, 24 Jul 2006 17:09:07 +0200
- To: "Johannes Koch" <koch@w3development.de>, www-html@w3.org
On Mon, 24 Jul 2006 16:57:40 +0200, Johannes Koch <koch@w3development.de> wrote: > in HTML _and_ XHTML you can change the DOM by adding content via DOM > methods. And you may need a noscript alternative then. So the need for > noscript is not a difference between HTML and XHTML. No. With the DOM method, the whole document is the noscript content. You don't need an element to identify it, you can modify it at will. With document.write there is no way out; you need an element to identify what to use if the document.write content hasn't been generated. Steven Pemberton
Received on Monday, 24 July 2006 15:09:42 UTC