Skip to content

Commit 6819774

Browse files
committed
[css3-syntax] Per WG resolution, 'non-ascii character' now 0x80 and above.
--HG-- extra : rebase_source : db628036128baf83abb6b81962df7beba8ab619c
1 parent ff1a460 commit 6819774

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

css3-syntax/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 January
101101
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
102102
href="http://www.ercim.eu/"><abbr
103103
title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
104-
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
104+
<a href="http://www.keio.ac.jp/">Keio</a>, <a
105+
href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a
105106
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
106107
<a
107108
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
@@ -1321,8 +1322,8 @@ <h3 id=definitions><span class=secno>4.3. </span> Definitions</h3>
13211322

13221323
<dt><dfn id=non-ascii-character>non-ASCII character</dfn>
13231324

1324-
<dd> A character with a codepoint equal to or greater than U+00A0 NO-BREAK
1325-
SPACE.
1325+
<dd> A character with a codepoint equal to or greater than U+0080
1326+
&lt;control>.
13261327

13271328
<dt><dfn id=name-start-character>name-start character</dfn>
13281329

css3-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ <h3>
522522

523523
<dt><dfn>non-ASCII character</dfn>
524524
<dd>
525-
A character with a codepoint equal to or greater than U+00A0 NO-BREAK SPACE.
525+
A character with a codepoint equal to or greater than U+0080 &lt;control>.
526526

527527
<dt><dfn>name-start character</dfn>
528528
<dd>

0 commit comments

Comments
 (0)