HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/3755

SVNBugCommentTime (UTC)
3755[Tools] handle roundtripping for fragment serialising of <noscript> when scripting is not supported in a tool, but the tool doesn't pretend it's enabled.2009-09-04 20:52
Index: source
===================================================================
--- source	(revision 3754)
+++ source	(revision 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

|