- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Dec 2008 10:36:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv31246 Modified Files: Overview.html Log Message: Oops, <textarea> was being inserted twice. (credit: kg) (whatwg r2589) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1759 retrieving revision 1.1760 diff -u -d -r1.1759 -r1.1760 --- Overview.html 25 Dec 2008 10:20:52 -0000 1.1759 +++ Overview.html 25 Dec 2008 10:36:28 -0000 1.1760 @@ -40624,9 +40624,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>
Received on Thursday, 25 December 2008 10:36:39 UTC