[HTML5] The noscript element
Henri Sivonen
hsivonen at iki.fi
Fri Jun 29 16:32:13 PDT 2007
On Jun 30, 2007, at 02:25, Tim van de Kamp wrote:
> I would like to know why the noscript element must not be used in
> XML documents. (I hope this isn't a silly question.)
The processing of the element happens in the HTML parser. It does not
happen when presenting the DOM. Hence, the place where it is handled
is missing in the XML case.
--
Henri Sivonen
hsivonen at iki.fi
http://hsivonen.iki.fi/
More information about the Help
mailing list