Skip to content

Commit

Permalink
[e] (0) Fix text that makes no sense for handling </body>. (credit: tt)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2504 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 2, 2008
1 parent fed6ce5 commit daa336b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
23 changes: 13 additions & 10 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -48409,6 +48409,9 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
in scope</a>, this is a <a href=#parse-error>parse error</a>; ignore the
token.</p>

<!-- if we get here, the insertion mode here is forcibly "in
body". -->

<p>Otherwise, if there is a node in the <a href=#stack-of-open-elements>stack of open
elements</a> that is not either a <code><a href=#the-dd-element>dd</a></code> element, a
<code><a href=#the-dt-element>dt</a></code> element, an <code><a href=#the-li-element>li</a></code> element, a
Expand All @@ -48417,12 +48420,11 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<code><a href=#the-th-element>th</a></code> element, a <code><a href=#the-thead-element>thead</a></code> element, a
<code><a href=#the-tr-element>tr</a></code> element, the <code><a href=#the-body-element>body</a></code> element, or the
<code><a href=#the-html-element>html</a></code> element, then this is a <a href=#parse-error>parse
error</a>.</p> <!-- (some of those are fragment cases) -->

<!-- the insertion mode here is forcibly "in body". -->
error</a>.</p> <!-- (some of those are fragment cases, e.g. for
<tbody> you'd have hit the first paragraph since the <body>
wouldn't be in scope, unless it was a fragment case) -->

<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-afterbody title="insertion mode: after body">after body</a>". Otherwise,
ignore the token.</p>
<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-afterbody title="insertion mode: after body">after body</a>".</p>

</dd>

Expand Down Expand Up @@ -54021,11 +54023,12 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {
Pfeiffer, Simon Pieters, Stefan Haustein, Steffen Meschkat, Stephen
Ma, Steve Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie,
Stuart Parmenter, Sunava Dutta, Tantek &Ccedil;elik, Terrence Wood,
Thomas Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Travis
Leithead, Tyler Close, Vladimir Vuki&#263;evi&#263;, Wakaba,
Wayne Pollock, Wellington Fernando de Macedo, William Swanson,
Wolfram Kriesing, Yi-An Huang, and &Oslash;istein E. Andersen, for
their useful and substantial comments.</p>
Thomas Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Tommy
Thorsen, Travis Leithead, Tyler Close, Vladimir
Vuki&#263;evi&#263;, Wakaba, Wayne Pollock, Wellington Fernando
de Macedo, William Swanson, Wolfram Kriesing, Yi-An Huang, and
&Oslash;istein E. Andersen, for their useful and substantial
comments.</p>

<p>Thanks also to everyone who has ever posted about HTML5 to their
blogs, public mailing lists, or forums, including the <a href=http://lists.w3.org/Archives/Public/public-html/>W3C
Expand Down
23 changes: 13 additions & 10 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -55204,6 +55204,9 @@ interface <dfn>MessageChannel</dfn> {
in scope</span>, this is a <span>parse error</span>; ignore the
token.</p>

<!-- if we get here, the insertion mode here is forcibly "in
body". -->

<p>Otherwise, if there is a node in the <span>stack of open
elements</span> that is not either a <code>dd</code> element, a
<code>dt</code> element, an <code>li</code> element, a
Expand All @@ -55212,13 +55215,12 @@ interface <dfn>MessageChannel</dfn> {
<code>th</code> element, a <code>thead</code> element, a
<code>tr</code> element, the <code>body</code> element, or the
<code>html</code> element, then this is a <span>parse
error</span>.</p> <!-- (some of those are fragment cases) -->

<!-- the insertion mode here is forcibly "in body". -->
error</span>.</p> <!-- (some of those are fragment cases, e.g. for
<tbody> you'd have hit the first paragraph since the <body>
wouldn't be in scope, unless it was a fragment case) -->

<p>Switch the <span>insertion mode</span> to "<span
title="insertion mode: after body">after body</span>". Otherwise,
ignore the token.</p>
title="insertion mode: after body">after body</span>".</p>

</dd>

Expand Down Expand Up @@ -58991,11 +58993,12 @@ interface <dfn>TimeoutHandler</dfn> {
Pfeiffer, Simon Pieters, Stefan Haustein, Steffen Meschkat, Stephen
Ma, Steve Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie,
Stuart Parmenter, Sunava Dutta, Tantek &Ccedil;elik, Terrence Wood,
Thomas Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Travis
Leithead, Tyler Close, Vladimir Vuki&#x0107;evi&#x0107;, Wakaba,
Wayne Pollock, Wellington Fernando de Macedo, William Swanson,
Wolfram Kriesing, Yi-An Huang, and &Oslash;istein E. Andersen, for
their useful and substantial comments.</p>
Thomas Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Tommy
Thorsen, Travis Leithead, Tyler Close, Vladimir
Vuki&#x0107;evi&#x0107;, Wakaba, Wayne Pollock, Wellington Fernando
de Macedo, William Swanson, Wolfram Kriesing, Yi-An Huang, and
&Oslash;istein E. Andersen, for their useful and substantial
comments.</p>

<p>Thanks also to everyone who has ever posted about HTML5 to their
blogs, public mailing lists, or forums, including the <a
Expand Down

0 comments on commit daa336b

Please sign in to comment.