html5/spec Overview.html,1.1674,1.1675

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3092

Modified Files:
	Overview.html 
Log Message:
Fix text that makes no sense for handling </body>. (credit: tt) (whatwg r2504)

Index: Overview.html
===================================================================
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 &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>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&#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>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:54:18 UTC