[html5] r4836 - [e] (0) Clarify meaning of White_Space.

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 9 18:45:56 PST 2010


Author: ianh
Date: 2010-03-09 18:45:54 -0800 (Tue, 09 Mar 2010)
New Revision: 4836

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify meaning of White_Space.

Modified: complete.html
===================================================================
--- complete.html	2010-03-09 00:47:09 UTC (rev 4835)
+++ complete.html	2010-03-10 02:45:54 UTC (rev 4836)
@@ -157,7 +157,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 9 March 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 10 March 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -2741,8 +2741,12 @@
   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
   CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z, U+0061 LATIN
@@ -90480,6 +90484,7 @@
   Andrew Sidwell,
   Andrew Smith,
   Andrew W. Hagen,
+  Andrey V. Lukyanov,
   Andy Heydon,
   Andy Palay,
   Anne van Kesteren,

Modified: index
===================================================================
--- index	2010-03-09 00:47:09 UTC (rev 4835)
+++ index	2010-03-10 02:45:54 UTC (rev 4836)
@@ -161,7 +161,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 9 March 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 10 March 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -2640,8 +2640,12 @@
   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
   CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z, U+0061 LATIN
@@ -26777,7 +26781,7 @@
   where some glyphs like आ are anchored, the middle is half-way
   between the top of the em square and the bottom of the em square,
   the alphabetic baseline is where characters like Á, ÿ,
-  f, and &#x03A9; are anchored, the ideographic baseline is
+  f, and Ω are anchored, the ideographic baseline is
   where glyphs like 私 and 達 are anchored, and the bottom
   of the em square is roughly at the bottom of the glyphs in a
   font. The top and bottom of the bounding box can be far from these
@@ -84046,6 +84050,7 @@
   Andrew Sidwell,
   Andrew Smith,
   Andrew W. Hagen,
+  Andrey V. Lukyanov,
   Andy Heydon,
   Andy Palay,
   Anne van Kesteren,

Modified: source
===================================================================
--- source	2010-03-09 00:47:09 UTC (rev 4835)
+++ source	2010-03-10 02:45:54 UTC (rev 4836)
@@ -1669,9 +1669,14 @@
   U+000D CARRIAGE RETURN (CR).</p>
 
   <p>The <dfn title="White_Space">White_Space characters</dfn> are
-  those that have the Unicode property "White_Space". <a
+  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>alphanumeric ASCII characters</dfn> are those in the
   ranges U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), U+0041 LATIN
   CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z, U+0061 LATIN
@@ -101392,6 +101397,7 @@
   Andrew Sidwell,
   Andrew Smith,
   Andrew W. Hagen,
+  Andrey V. Lukyanov,
   Andy Heydon,
   Andy Palay,
   Anne van Kesteren,




More information about the Commit-Watchers mailing list