[html5] r3755 - [t] (0) handle roundtripping for fragment serialising of <noscript> when scripti [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 4 13:52:02 PDT 2009


Author: ianh
Date: 2009-09-04 13:52:01 -0700 (Fri, 04 Sep 2009)
New Revision: 3755

Modified:
   index
   source
Log:
[t] (0) handle roundtripping for fragment serialising of <noscript> when scripting is not supported in a tool, but the tool doesn't pretend it's enabled.

Modified: index
===================================================================
--- index	2009-09-04 09:40:20 UTC (rev 3754)
+++ index	2009-09-04 20:52:01 UTC (rev 3755)
@@ -66846,13 +66846,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

Modified: source
===================================================================
--- source	2009-09-04 09:40:20 UTC (rev 3754)
+++ source	2009-09-04 20:52:01 UTC (rev 3755)
@@ -82086,14 +82086,13 @@
         <p>If the parent of <var title="">current node</var> is a
         <code>style</code>, <code>script</code>, <code>xmp</code>,
         <code>iframe</code>, <code>noembed</code>,
-        <code>noframes</code>, <code>noscript</code>, or
-        <code>plaintext</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>noframes</code>, or <code>plaintext</code> element, or
+        if the parent of <var title="">current node</var> is
+        <code>noscript</code> element and <span
+        title="concept-n-script">scripting is enabled</span> 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, <span




More information about the Commit-Watchers mailing list