- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 00:33:41 -0400
- To: public-html-diffs@w3.org
hixie: impl (whatwg r6472) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5173&r2=1.5174&f=h http://html5.org/tools/web-apps-tracker?from=6471&to=6472 =================================================================== 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:44 UTC