[html5] r950 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 21 22:14:52 PDT 2007


Author: ianh
Date: 2007-06-21 22:12:22 -0700 (Thu, 21 Jun 2007)
New Revision: 950

Modified:
   index
   source
Log:
[] (0) make <plaintext>.innerHTML work

Modified: index
===================================================================
--- index	2007-06-22 05:05:43 UTC (rev 949)
+++ index	2007-06-22 05:12:22 UTC (rev 950)
@@ -38563,15 +38563,13 @@
        href="#style">style</a></code>, <code><a
        href="#script0">script</a></code>, <code>xmp</code>, <code><a
        href="#iframe">iframe</a></code>, <code>noembed</code>,
-       <code>noframes</code>, or <code><a
-       href="#noscript">noscript</a></code> element, then append the value of
-       the <var title="">child</var> node's <code title="">data</code> DOM
-       attribute literally.</p>
-      <!-- note about noscript: because this is defining an API, it
-      can assume that scripting is enabled, and that thus the
-      <noscript> element in the DOM will have been parsed in the
-      scripting-enabled mode, and that thus the text node is raw
-      markup -->
+       <code>noframes</code>, <code><a href="#noscript">noscript</a></code>,
+       or <code>plaintext</code> element, then append the value of the <var
+       title="">child</var> node's <code title="">data</code> DOM attribute
+       literally.</p>
+      <!-- note about noscript: we're
+      assuming here that scripting is disabled. If this algorithm is
+      used with scripting disabled, this won't work right. -->
       
       <p>Otherwise, append the value of the <var title="">child</var> node's
        <code title="">data</code> DOM attribute, <a href="#escapingString"

Modified: source
===================================================================
--- source	2007-06-22 05:05:43 UTC (rev 949)
+++ source	2007-06-22 05:12:22 UTC (rev 950)
@@ -35885,14 +35885,12 @@
       <p>If one of the ancestors of the child node is a
       <code>style</code>, <code>script</code>, <code>xmp</code>,
       <code>iframe</code>, <code>noembed</code>,
-      <code>noframes</code>, or <code>noscript</code> element, then
-      append the value of the <var title="">child</var> node's <code
-      title="">data</code> DOM attribute literally.</p>
-      <!-- note about noscript: because this is defining an API, it
-      can assume that scripting is enabled, and that thus the
-      <noscript> element in the DOM will have been parsed in the
-      scripting-enabled mode, and that thus the text node is raw
-      markup -->
+      <code>noframes</code>, <code>noscript</code>, or
+      <code>plaintext</code> element, then append the value of the
+      <var title="">child</var> node's <code title="">data</code> DOM
+      attribute literally.</p> <!-- note about noscript: we're
+      assuming here that scripting is disabled. If this algorithm is
+      used with scripting disabled, this won't work right. -->
 
       <p>Otherwise, append the value of the <var title="">child</var>
       node's <code title="">data</code> DOM attribute, <span




More information about the Commit-Watchers mailing list