Skip to content

Commit

Permalink
[e] (0) Clarify meaning of White_Space.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4836 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 10, 2010
1 parent a0dfa87 commit e96c555
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
9 changes: 7 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 &mdash; 9 March 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -2741,7 +2741,11 @@ <h4 id=common-parser-idioms><span class=secno>2.4.1 </span>Common parser idioms<
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
Expand Down Expand Up @@ -90480,6 +90484,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Andrew Sidwell,
Andrew Smith,
Andrew W. Hagen,
Andrey V. Lukyanov,
Andy Heydon,
Andy Palay,
Anne van Kesteren,
Expand Down
11 changes: 8 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -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 &mdash; 9 March 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -2640,7 +2640,11 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down Expand Up @@ -26777,7 +26781,7 @@ notes on what would need to be defined for dashed lines:
where some glyphs like &#2310; 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 &Aacute;, &yuml;,
f, and &amp;#x03A9; are anchored, the ideographic baseline is
f, and &Omega; are anchored, the ideographic baseline is
where glyphs like &#31169; and &#36948; 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
Expand Down Expand Up @@ -84046,6 +84050,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Andrew Sidwell,
Andrew Smith,
Andrew W. Hagen,
Andrey V. Lukyanov,
Andy Heydon,
Andy Palay,
Anne van Kesteren,
Expand Down
8 changes: 7 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -1669,9 +1669,14 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down Expand Up @@ -101392,6 +101397,7 @@ interface <span>HTMLDocument</span> {
Andrew Sidwell,
Andrew Smith,
Andrew W. Hagen,
Andrey V. Lukyanov,
Andy Heydon,
Andy Palay,
Anne van Kesteren,
Expand Down

0 comments on commit e96c555

Please sign in to comment.