- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Dec 2008 11:56:38 +0900 (JST)
- To: public-html-diffs@w3.org
Fix text that makes no sense for handling </body>. (credit: tt) (whatwg r2504) 8.2.5.10 The "in body" insertion mode http://people.w3.org/mike/diffs/html5/spec/Overview.1.1675.html#parsing-main-inbody Index http://people.w3.org/mike/diffs/html5/spec/Overview.1.1675.html#index http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1674&r2=1.1675&f=h http://html5.org/tools/web-apps-tracker?from=2503&to=2504 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1674 retrieving revision 1.1675 diff -u -d -r1.1674 -r1.1675 --- Overview.html 2 Dec 2008 02:50:51 -0000 1.1674 +++ Overview.html 2 Dec 2008 02:54:07 -0000 1.1675 @@ -38975,6 +38975,9 @@ 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 @@ -38983,12 +38986,11 @@ <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> @@ -44221,11 +44223,12 @@ Pfeiffer, Simon Pieters, Stefan Haustein, Steffen Meschkat, Stephen Ma, Steve Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie, Stuart Parmenter, Sunava Dutta, Tantek Çelik, Terrence Wood, - Thomas Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Travis - Leithead, Tyler Close, Vladimir Vukićević, Wakaba, - Wayne Pollock, Wellington Fernando de Macedo, William Swanson, - Wolfram Kriesing, Yi-An Huang, and Øistein E. Andersen, for - their useful and substantial comments.<p>Thanks also to everyone who has ever posted about HTML5 to their + Thomas Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Tommy + Thorsen, Travis Leithead, Tyler Close, Vladimir + Vukićević, Wakaba, Wayne Pollock, Wellington Fernando + de Macedo, William Swanson, Wolfram Kriesing, Yi-An Huang, and + Øistein E. Andersen, for their useful and substantial + comments.<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 public-html list</a> and the <a href=http://www.whatwg.org/mailing-list>various WHATWG lists</a>.
Received on Tuesday, 2 December 2008 02:57:18 UTC