html5/spec Overview.html,1.3873,1.3874

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

Modified Files:
	Overview.html 
Log Message:
Clarify meaning of White_Space. (whatwg r4836)

Index: Overview.html
===================================================================
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:05 UTC