[Bug 12401] "The noscript element must not be used in XML documents." "[...] it has no effect in the XHTML syntax." Why is this? Is this to intentionally confuse or restrict web developers into using a particular habit? There is no fathomable functionally practical r

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

Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Simetrical+w3cbug@gmail.com

--- Comment #2 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-04-01 15:51:59 UTC ---
You could still say that UAs with scripting enabled should set noscript {
display: none } or equivalent.  Then it would be like <video> fallback,
basically.  The resulting DOM would be different from text/html, and in some
cases it would cause issues, but there's no reason it can't work for common
things like

<noscript><p>This is a JavaScript game, so it will not work in browsers without
scripting support.</noscript>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 1 April 2011 15:52:02 UTC