- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 May 2011 01:23:46 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv4419
Modified Files:
Overview.html Overview.src.html
Log Message:
Check in appendix for dealing with ambiguous characters.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Overview.html 10 May 2011 01:22:44 -0000 1.106
+++ Overview.html 10 May 2011 01:23:44 -0000 1.107
@@ -2789,6 +2789,68 @@
h1, h2, h3, h4, h5, h6,
{ unicode-bidi: isolate; }
</pre>
+ <!--
+
+<h2 class="no-num" id="ambiguous">Appendix A:
+Orienting Ambiguous Characters in ''vertical-right''</h2>
+
+ <p>The synthesized ''vertical-right'' orientation of most symbols (S*) and
+ punctuation (P*) classified as ambiguous (A) by the East Asian Width
+ Property [[!UAX11]] is undefined in this version of CSS.
+ However, for some characters there are some exceptions, listed in the
+ table below:
+
+ <p class="issue">Do we want to do this? Or leave them all undefined? Or make
+ these all sideways?</p>
+
+ <table class="data">
+ <caption>Unicode 6.0 Upright Characters</caption>
+ <thead>
+ <th>Codepoint(s)
+ <th>Sample
+ <th>Name(s)
+ </thead>
+ <tbody>
+ <tr><td>U+2103 <td> ℃ <td> DEGREE CELSIUS
+ <tr><td>U+2105 <td> ℅ <td> CARE OF
+ <tr><td>U+2109 <td> ℉ <td> DEGREE FAHRENHEIT
+ <tr><td>U+2113 <td> ℓ <td> SCRIPT SMALL L
+ <tr><td>U+2116 <td> № <td> NUMERO SIGN
+ <tr><td>U+2121 <td> ℡ <td> TELEPHONE SIGN
+ <tr><td>U+2122 <td> ™ <td> TRADE MARK SIGN
+ <tr><td>U+2126 <td> Ω <td> OHM SIGN
+ <tr><td>U+212B <td> Å <td> ANGSTROM SIGN
+ </tbody>
+ <tbody>
+ <tr><td>U+00BC–U+00BE <td> ¼–¾ <td> VULGAR FRACTION ONE QUARTER – THREE QUARTERS
+ <tr><td>U+2150–U+215F <td> ⅐–⅟ <td>VULGAR FRACTION ONE SEVENTH – FRACTION NUMERATOR ONE
+ <tr><td>U+2189 <td> ↉ <td> VULGAR FRACTION ZERO THIRDS
+ <tr><td>U+2160–U+216B <td> Ⅰ– Ⅻ <td> ROMAN NUMERAL ONE &ndash TWELVE
+ <tr><td>U+2170–2179 <td> ⅰ–ⅹ <td> SMALL ROMAN NUMERAL ONE – TEN
+ </tbody>
+ <tbody>
+ <tr><td>U+24EA <td> ⓪ <td> CIRCLED DIGIT ZERO
+ <tr><td>U+2460–U+2473 <td> ① –⑳ <td> CIRCLED DIGIT ONE – TWENTY
+ <tr><td>U+3251–U+325F <td> ㉑–㉟ <td> CIRCLED NUMBER TWENTY ONE – THIRTY FIVE
+ <tr><td>U+32B1–U+32BF <td> ㊱–㊿ <td> CIRCLED NUMBER THIRTY SIX – FIFTY
+ <tr><td>U+2474–U+2487 <td> ⑴–⒇ <td> PARENTHESIZED DIGIT ONE – TWENTY
+ <tr><td>U+1F100 <td> 🄀 <td> DIGIT ZERO FULL STOP
+ <tr><td>U+2488–U+249B <td> ⒈–⒛ <td> DIGIT ONE FULL STOP – NUMBER TWENTY FULL STOP
+ <tr><td>U+24F5–U+24FE <td> ⓵ –⓾ <td> DOUBLE CIRCLED DIGIT ONE – NUMBER TEN
+ <tr><td>U+2776–U+277F <td> ❶ – ❿ <td> DINGBAT NEGATIVE CIRCLED DIGIT ONE – TEN
+ <tr><td>U+24EB–U+24F4 <td> ⓫–⓴ <td> NEGATIVE CIRCLED NUMBER ELEVEN – TWENTY
+ <tr><td>U+24FF <td> ⓿ <td> NEGATIVE CIRCLED DIGIT ZERO
+ <tr><td>U+1F110–U+1F129 <td> 🄐–🄩 <td> PARENTHESIZED LATIN CAPITAL LETTER A – Z
+ <tr><td>U+249C–U+24B5 <td> ⒜–⒵ <td> PARENTHESIZED LATIN SMALL LETTER A – Z
+ <tr><td>U+24B6–U+24E9 <td> Ⓐ –ⓩ <td> CIRCLED LATIN CAPITAL LETTER A – SMALL LETTER Z
+ </tbody>
+
+ <p class="issue">Any errors? Any other non-ambiguous orientations to add here?</p>
+
+ <p>Characters belonging to categories other than punctuation and symbols
+ are discussed in <a href="#vertical-typesetting">Vertical Typesetting</a>.
+
+-->
<h2 class=no-num id=script-orientations>Appendix B: Bi-orientational
Transformations</h2>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- Overview.src.html 10 May 2011 01:22:45 -0000 1.111
+++ Overview.src.html 10 May 2011 01:23:44 -0000 1.112
@@ -2090,6 +2090,69 @@
{ unicode-bidi: isolate; }
</pre>
+<!--
+
+<h2 class="no-num" id="ambiguous">Appendix A:
+Orienting Ambiguous Characters in ''vertical-right''</h2>
+
+ <p>The synthesized ''vertical-right'' orientation of most symbols (S*) and
+ punctuation (P*) classified as ambiguous (A) by the East Asian Width
+ Property [[!UAX11]] is undefined in this version of CSS.
+ However, for some characters there are some exceptions, listed in the
+ table below:
+
+ <p class="issue">Do we want to do this? Or leave them all undefined? Or make
+ these all sideways?</p>
+
+ <table class="data">
+ <caption>Unicode 6.0 Upright Characters</caption>
+ <thead>
+ <th>Codepoint(s)
+ <th>Sample
+ <th>Name(s)
+ </thead>
+ <tbody>
+ <tr><td>U+2103 <td> ℃ <td> DEGREE CELSIUS
+ <tr><td>U+2105 <td> ℅ <td> CARE OF
+ <tr><td>U+2109 <td> ℉ <td> DEGREE FAHRENHEIT
+ <tr><td>U+2113 <td> ℓ <td> SCRIPT SMALL L
+ <tr><td>U+2116 <td> № <td> NUMERO SIGN
+ <tr><td>U+2121 <td> ℡ <td> TELEPHONE SIGN
+ <tr><td>U+2122 <td> ™ <td> TRADE MARK SIGN
+ <tr><td>U+2126 <td> Ω <td> OHM SIGN
+ <tr><td>U+212B <td> Å <td> ANGSTROM SIGN
+ </tbody>
+ <tbody>
+ <tr><td>U+00BC–U+00BE <td> ¼–¾ <td> VULGAR FRACTION ONE QUARTER – THREE QUARTERS
+ <tr><td>U+2150–U+215F <td> ⅐–⅟ <td>VULGAR FRACTION ONE SEVENTH – FRACTION NUMERATOR ONE
+ <tr><td>U+2189 <td> ↉ <td> VULGAR FRACTION ZERO THIRDS
+ <tr><td>U+2160–U+216B <td> Ⅰ– Ⅻ <td> ROMAN NUMERAL ONE &ndash TWELVE
+ <tr><td>U+2170–2179 <td> ⅰ–ⅹ <td> SMALL ROMAN NUMERAL ONE – TEN
+ </tbody>
+ <tbody>
+ <tr><td>U+24EA <td> ⓪ <td> CIRCLED DIGIT ZERO
+ <tr><td>U+2460–U+2473 <td> ① –⑳ <td> CIRCLED DIGIT ONE – TWENTY
+ <tr><td>U+3251–U+325F <td> ㉑–㉟ <td> CIRCLED NUMBER TWENTY ONE – THIRTY FIVE
+ <tr><td>U+32B1–U+32BF <td> ㊱–㊿ <td> CIRCLED NUMBER THIRTY SIX – FIFTY
+ <tr><td>U+2474–U+2487 <td> ⑴–⒇ <td> PARENTHESIZED DIGIT ONE – TWENTY
+ <tr><td>U+1F100 <td> 🄀 <td> DIGIT ZERO FULL STOP
+ <tr><td>U+2488–U+249B <td> ⒈–⒛ <td> DIGIT ONE FULL STOP – NUMBER TWENTY FULL STOP
+ <tr><td>U+24F5–U+24FE <td> ⓵ –⓾ <td> DOUBLE CIRCLED DIGIT ONE – NUMBER TEN
+ <tr><td>U+2776–U+277F <td> ❶ – ❿ <td> DINGBAT NEGATIVE CIRCLED DIGIT ONE – TEN
+ <tr><td>U+24EB–U+24F4 <td> ⓫–⓴ <td> NEGATIVE CIRCLED NUMBER ELEVEN – TWENTY
+ <tr><td>U+24FF <td> ⓿ <td> NEGATIVE CIRCLED DIGIT ZERO
+ <tr><td>U+1F110–U+1F129 <td> 🄐–🄩 <td> PARENTHESIZED LATIN CAPITAL LETTER A – Z
+ <tr><td>U+249C–U+24B5 <td> ⒜–⒵ <td> PARENTHESIZED LATIN SMALL LETTER A – Z
+ <tr><td>U+24B6–U+24E9 <td> Ⓐ –ⓩ <td> CIRCLED LATIN CAPITAL LETTER A – SMALL LETTER Z
+ </tbody>
+
+ <p class="issue">Any errors? Any other non-ambiguous orientations to add here?</p>
+
+ <p>Characters belonging to categories other than punctuation and symbols
+ are discussed in <a href="#vertical-typesetting">Vertical Typesetting</a>.
+
+-->
+
<h2 class="no-num" id="script-orientations">Appendix B:
Bi-orientational Transformations</h2>
Received on Tuesday, 10 May 2011 01:23:47 UTC