Skip to content

Commit

Permalink
[e] (0) remove some old notes that don't apply anymore
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3261 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 15, 2009
1 parent c5718cc commit e146ef3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
16 changes: 4 additions & 12 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -8555,11 +8555,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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>
Expand Down Expand Up @@ -8726,9 +8723,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<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>

Expand Down Expand Up @@ -8870,10 +8866,6 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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>
Expand Down
16 changes: 4 additions & 12 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -8703,11 +8703,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
aborted.</p></li>

<li><p>If the document has an <span>active parser</span>, 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></p></li><!-- XXX see also innerHTML
in HTML -->
abort that parser, and throw away any pending content in the
<span>input stream</span>.</p></li>

<li><p>Unregister all event listeners registered on the
<code>Document</code> node and its descendants.</p>
Expand Down Expand Up @@ -8898,9 +8895,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<li>

<p>The string consisting of the concatenation of all the arguments
to the method must be inserted into the <span>input
stream</span><!-- XXX xref --> just before the <span>insertion
point</span>.</p>
to the method must be inserted into the <span>input stream</span>
just before the <span>insertion point</span>.</p>

</li>

Expand Down Expand Up @@ -9060,10 +9056,6 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
and that document has an <span>active parser</span>, 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>
Expand Down

0 comments on commit e146ef3

Please sign in to comment.