html5/spec Overview.html,1.5173,1.5174

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

Modified Files:
	Overview.html 
Log Message:
impl (whatwg r6472)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5173
retrieving revision 1.5174
diff -u -d -r1.5173 -r1.5174
--- Overview.html	16 Aug 2011 04:29:55 -0000	1.5173
+++ Overview.html	16 Aug 2011 04:33:26 -0000	1.5174
@@ -3598,17 +3598,13 @@
 
   <h4 id="common-parser-idioms"><span class="secno">2.5.1 </span>Common parser idioms</h4>
 
-  <p>The <dfn id="space-character" title="space character">space characters</dfn>, for the
+  </div><p>The <dfn id="space-character" title="space character">space characters</dfn>, for the
   purposes of this specification, are U+0020 SPACE, U+0009 CHARACTER
   TABULATION (tab), U+000A LINE FEED (LF), U+000C FORM FEED (FF), and
-  U+000D CARRIAGE RETURN (CR).</p>
-
-  <p>The <dfn id="white_space" title="White_Space">White_Space characters</dfn> are
+  U+000D CARRIAGE RETURN (CR).<p>The <dfn id="white_space" title="White_Space">White_Space characters</dfn> are
   those that have the Unicode property "White_Space" in the Unicode
-  <code title="">PropList.txt</code> data file. <a href="#refsUNICODE">[UNICODE]</a></p>
-
-  <p class="note">This should not be confused with the "White_Space"
-  value (abbreviated "WS") of the "Bidi_Class" property in the <code title="">Unicode.txt</code> data file.</p>
+  <code title="">PropList.txt</code> data file. <a href="#refsUNICODE">[UNICODE]</a><p class="note">This should not be confused with the "White_Space"
+  value (abbreviated "WS") of the "Bidi_Class" property in the <code title="">Unicode.txt</code> data file.<div class="impl">
 
   <p>The <dfn id="alphanumeric-ascii-characters">alphanumeric ASCII characters</dfn> are those in the
   ranges U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), U+0041 LATIN

Received on Tuesday, 16 August 2011 04:33:32 UTC