noscript in HTML fragment serialization algorithm

The fragment serialization algorithm currently says, "If the parent of 
current node is a style, script, xmp, iframe, noembed, noframes, 
noscript, or plaintext element, then append the value of current node's 
data DOM attribute literally."

Does the reference to noscript not need to be "noscript (if scripting is 
enabled)" so that innerHTML can roundtrip?

-- 
Geoffrey Sneddon — Opera Software
<http://gsnedders.com/>
<http://www.opera.com/>

Received on Wednesday, 26 August 2009 15:01:07 UTC