QUOTE(Christian J @ Jun 17 2009, 07:15 PM)

Instead of disabling JS in the browser? But then the NOSCRIPT content won't be shown either, or?

I used it as a way of expression, doesn't matter how they do it. Point is, the user may not have a say about it. I imagine browsing from public places may be limited as well.
QUOTE
I've never understood the W3C spec when it comes to allowed parent- and child elements
http://www.w3.org/TR/html401/interact/scri...l#edef-NOSCRIPTNo wonder, because I don't think it says anything about that.
You have to reverse-engineer it.
CODE
<!ELEMENT HEAD O O (%head.content;) +(%head.misc;) -- document head -->
HEAD can contain
%head.content; and
%head.misc;Neither TITLE, BASE, SCRIPT, STYLE, META nor LINK can contain NOSCRIPT.
OBJECT can, but I doubt it's possible to make that work. Maybe there's some fineprint that disallows '%flow;' when OBJECT is inside HEAD. Feels like there should be.

Cedrik, sorry for the OT. This all isn't all that relevant to your question. We're just trying to figure it out ourselves.