[html5] r2589 - [ct] (0) Oops, <textarea> was being inserted twice. (credit: kg)

whatwg at whatwg.org whatwg at whatwg.org
Thu Dec 25 02:36:23 PST 2008


Author: ianh
Date: 2008-12-25 02:36:22 -0800 (Thu, 25 Dec 2008)
New Revision: 2589

Modified:
   index
   source
Log:
[ct] (0) Oops, <textarea> was being inserted twice. (credit: kg)

Modified: index
===================================================================
--- index	2008-12-25 10:20:48 UTC (rev 2588)
+++ index	2008-12-25 10:36:22 UTC (rev 2589)
@@ -50124,9 +50124,6 @@
      one. (Newlines at the start of <code><a href=#the-textarea-element>textarea</a></code> elements are
      ignored as an authoring convenience.)</li>
 
-     <li><p>Append the new element to the <a href=#current-node>current
-     node</a>.</li>
-
      <li><p>Switch the tokeniser's <a href=#content-model-flag>content model flag</a> to
      the RCDATA state.</li>
 

Modified: source
===================================================================
--- source	2008-12-25 10:20:48 UTC (rev 2588)
+++ source	2008-12-25 10:36:22 UTC (rev 2589)
@@ -57124,9 +57124,6 @@
      one. (Newlines at the start of <code>textarea</code> elements are
      ignored as an authoring convenience.)</p></li>
 
-     <li><p>Append the new element to the <span>current
-     node</span>.</p></li>
-
      <li><p>Switch the tokeniser's <span>content model flag</span> to
      the RCDATA state.</p></li>
 




More information about the Commit-Watchers mailing list