- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Jun 2009 23:03:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv23859 Modified Files: Overview.html Log Message: remove some old notes that don't apply anymore (whatwg r3261) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2408 retrieving revision 1.2409 diff -u -d -r1.2408 -r1.2409 --- Overview.html 15 Jun 2009 22:55:13 -0000 1.2408 +++ Overview.html 15 Jun 2009 23:03:02 -0000 1.2409 @@ -7529,11 +7529,8 @@ aborted.</li> <li><p>If the document has an <a href="#active-parser">active parser</a>, then - abort that parser, and throw away any pending content in the input - stream. <span class="XXX">what about if it doesn't, because it's - either like a text/plain, or Atom, or PDF, or XHTML, or image - document, or something?</span></li><!-- XXX see also innerHTML - in HTML --> + abort that parser, and throw away any pending content in the + <a href="#the-input-stream">input stream</a>.</li> <li><p>Unregister all event listeners registered on the <code>Document</code> node and its descendants.</p> @@ -7694,9 +7691,8 @@ <li> <p>The string consisting of the concatenation of all the arguments - to the method must be inserted into the <a href="#the-input-stream">input - stream</a><!-- XXX xref --> just before the <a href="#insertion-point">insertion - point</a>.</p> + to the method must be inserted into the <a href="#the-input-stream">input stream</a> + just before the <a href="#insertion-point">insertion point</a>.</p> </li> @@ -7825,10 +7821,6 @@ and that document has an <a href="#active-parser">active parser</a>, then abort that parser.</p> - <p class="XXX">what about if it doesn't, because it's either - like a text/plain, or Atom, or PDF, or XHTML, or image document, - or something?</p><!-- XXX see also document.open() --> - </li> <li>
Received on Monday, 15 June 2009 23:03:12 UTC