html5/spec Overview.html,1.2924,1.2925

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22547

Modified Files:
	Overview.html 
Log Message:
handle roundtripping for fragment serialising of <noscript> when scripting is not supported in a tool, but the tool doesn't pretend it's enabled. (whatwg r3755)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2924
retrieving revision 1.2925
diff -u -d -r1.2924 -r1.2925
--- Overview.html	4 Sep 2009 09:37:06 -0000	1.2924
+++ Overview.html	4 Sep 2009 20:48:41 -0000	1.2925
@@ -60711,13 +60711,12 @@
         <p>If the parent of <var title="">current node</var> is a
         <code><a href="#the-style-element">style</a></code>, <code><a href="#script">script</a></code>, <code><a href="#xmp">xmp</a></code>,
         <code><a href="#the-iframe-element">iframe</a></code>, <code><a href="#noembed">noembed</a></code>,
-        <code><a href="#noframes">noframes</a></code>, <code><a href="#the-noscript-element">noscript</a></code>, or
-        <code><a href="#plaintext">plaintext</a></code> element, then append the value of <var title="">current node</var>'s <code title="">data</code> IDL
-        attribute literally.</p> <!-- note about noscript: we're
-        assuming here that scripting is enabled. If this algorithm is
-        used with scripting disabled, this won't work
-        right. (e.g. This might affect calling innerHTML on nodes in a
-        document that is being designMode'd) -->
+        <code><a href="#noframes">noframes</a></code>, or <code><a href="#plaintext">plaintext</a></code> element, or
+        if the parent of <var title="">current node</var> is
+        <code><a href="#the-noscript-element">noscript</a></code> element and <a href="#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
+        node, then append the value of <var title="">current
+        node</var>'s <code title="">data</code> IDL attribute
+        literally.</p>
 
         <p>Otherwise, append the value of <var title="">current
         node</var>'s <code title="">data</code> IDL attribute, <a href="#escapingString" title="escaping a string">escaped as described

Received on Friday, 4 September 2009 20:56:43 UTC