Bugzilla – Bug 424
Oops, <textarea> was being inserted twice. (credit: kg)
Last modified: 2011-05-19 16:20:00 CEST
Index: source =================================================================== --- source (revision 2588) +++ source (revision 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>