html5/spec Overview.html,1.5152,1.5153

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

Modified Files:
	Overview.html 
Log Message:
markup error (whatwg r6452)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5152
retrieving revision 1.5153
diff -u -d -r1.5152 -r1.5153
--- Overview.html	15 Aug 2011 03:51:48 -0000	1.5152
+++ Overview.html	15 Aug 2011 03:53:43 -0000	1.5153
@@ -3653,8 +3653,6 @@
   <p>The <dfn id="code-point-length">code-point length</dfn> of a string is the number of
   Unicode code points in that string.</p>
 
-  <div class="impl">
-
   <p>When a user agent has to <dfn id="strictly-split-a-string">strictly split a string</dfn> on a
   particular delimiter character <var title="">delimiter</var>, it
   must use the following algorithm:</p>
@@ -3684,27 +3682,15 @@
   does not apply (those algorithms also perform <a href="#strip-leading-and-trailing-whitespace" title="strip
   leading and trailing whitespace">whitespace trimming</a>).</p>
[...16932 lines suppressed...]
-  </div>
-
-
-
-  <div class="impl">
+  </div><div class="impl">
 
   <h3 id="matching-html-elements-using-selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</h3>
 
@@ -48227,10 +43148,6 @@
   those are all defined in sufficient detail in a language-agnostic
   fashion in the Selectors specification. <a href="#refsSELECTORS">[SELECTORS]</a></p>
 
-  </div>
-
-
-
   </div><h2 id="browsers"><span class="secno">5 </span>Loading Web pages</h2><div class="impl">
 
   <p>This section describes features that apply most directly to Web

Received on Monday, 15 August 2011 03:53:51 UTC