Skip to content

Commit

Permalink
Added note to calm implementors that can't work out why whitespace en…
Browse files Browse the repository at this point in the history
…ds up in the wrong place

git-svn-id: http://svn.whatwg.org/webapps@37 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 22, 2006
1 parent c5e2343 commit ddd9cee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index
Expand Up @@ -21410,6 +21410,11 @@ function receiver(e) {
reprocess the token.</p>
</dl>

<p class="note">Whitespace between "<code>&lt;/body></code>" and
"<code>&lt;/html></code>" tags in the markup will appear in the DOM as
child text nodes of the <code><a href="#body0">body</a></code>
element.</p>

<dt>If the <span><a href="#insertion">insertion mode</a></span> is "in
frameset"

Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -19428,6 +19428,10 @@ function receiver(e) {

</dl>

<p class="note">Whitespace between "<code>&lt;/body></code>" and
"<code>&lt;/html></code>" tags in the markup will appear in the
DOM as child text nodes of the <code>body</code> element.</p>

</dd>


Expand Down

0 comments on commit ddd9cee

Please sign in to comment.