html5/spec acknowledgements.html,1.876,1.877 infrastructure.html,1.879,1.880 spec.html,1.878,1.879

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

Modified Files:
	acknowledgements.html infrastructure.html spec.html 
Log Message:
Clarify meaning of White_Space. (whatwg r4836)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.879
retrieving revision 1.880
diff -u -d -r1.879 -r1.880
--- infrastructure.html	9 Mar 2010 00:56:42 -0000	1.879
+++ infrastructure.html	10 Mar 2010 02:46:36 -0000	1.880
@@ -945,7 +945,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="references.html#refsUNICODE">[UNICODE]</a></p>
+  those that have the Unicode property "White_Space" in the Unicode
+  <code title="">PropList.txt</code> data file. <a href="references.html#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

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.876
retrieving revision 1.877
diff -u -d -r1.876 -r1.877
--- acknowledgements.html	9 Mar 2010 00:36:39 -0000	1.876
+++ acknowledgements.html	10 Mar 2010 02:46:36 -0000	1.877
@@ -329,6 +329,7 @@
   Andrew Sidwell,
   Andrew Smith,
   Andrew W. Hagen,
+  Andrey V. Lukyanov,
   Andy Heydon,
   Andy Palay,
   Anne van Kesteren,

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.878
retrieving revision 1.879
diff -u -d -r1.878 -r1.879
--- spec.html	9 Mar 2010 00:56:42 -0000	1.878
+++ spec.html	10 Mar 2010 02:46:36 -0000	1.879
@@ -307,7 +307,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>.
-This is revision 1.3873.
+This is revision 1.3874.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Wednesday, 10 March 2010 02:46:40 UTC