B
Bart Lateur
Jeremy said:I'm not quite sure of the best nomenclature to use. Changing the
noscript tags into div tags (before it gets to the browser and therefore
before the HTML stream becomes nodes and elements) would be best.
I wouldn't do that. It's not necessary.
You can treat noscript elements as a block elements, and if desired, you
can use CSS to hide them from view, by assigning a style or class with
Javascript.