- From: poot <cvsmail@w3.org>
- Date: Wed, 10 Mar 2010 11:46:24 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify meaning of White_Space. (whatwg r4836) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3873&r2=1.3874&f=h http://html5.org/tools/web-apps-tracker?from=4835&to=4836 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3873 retrieving revision 1.3874 diff -u -d -r1.3873 -r1.3874 --- Overview.html 9 Mar 2010 00:47:24 -0000 1.3873 +++ Overview.html 10 Mar 2010 02:46:00 -0000 1.3874 @@ -2272,7 +2272,11 @@ U+000D CARRIAGE RETURN (CR).</p> <p>The <dfn id="white_space" title="White_Space">White_Space characters</dfn> are - those that have the Unicode property "White_Space". <a href="#refsUNICODE">[UNICODE]</a></p> + 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> <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 @@ -68649,6 +68653,7 @@ Andrew Sidwell, Andrew Smith, Andrew W. Hagen, + Andrey V. Lukyanov, Andy Heydon, Andy Palay, Anne van Kesteren,
Received on Wednesday, 10 March 2010 02:46:52 UTC