csswg/css3-writing-modes Overview.html,1.106,1.107 Overview.src.html,1.111,1.112

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&ndash;U+00BE <td> ¼&ndash;¾ <td> VULGAR FRACTION ONE QUARTER &ndash; THREE QUARTERS
+      <tr><td>U+2150&ndash;U+215F <td> ⅐&ndash;⅟ <td>VULGAR FRACTION ONE SEVENTH &ndash; FRACTION NUMERATOR ONE
+      <tr><td>U+2189 <td> ↉ <td> VULGAR FRACTION ZERO THIRDS
+      <tr><td>U+2160&ndash;U+216B <td> Ⅰ&ndash; Ⅻ <td> ROMAN NUMERAL ONE &ndash TWELVE
+      <tr><td>U+2170&ndash;2179 <td> ⅰ&ndash;ⅹ <td> SMALL ROMAN NUMERAL ONE &ndash; TEN
+    </tbody>
+    <tbody>
+      <tr><td>U+24EA <td> ⓪ <td> CIRCLED DIGIT ZERO
+      <tr><td>U+2460&ndash;U+2473 <td> ① &ndash;⑳  <td> CIRCLED DIGIT ONE &ndash; TWENTY
+      <tr><td>U+3251&ndash;U+325F <td> ㉑&ndash;㉟ <td> CIRCLED NUMBER TWENTY ONE &ndash; THIRTY FIVE
+      <tr><td>U+32B1&ndash;U+32BF <td> ㊱&ndash;㊿ <td> CIRCLED NUMBER THIRTY SIX &ndash; FIFTY
+      <tr><td>U+2474&ndash;U+2487 <td> ⑴&ndash;⒇ <td> PARENTHESIZED DIGIT ONE &ndash; TWENTY
+      <tr><td>U+1F100 <td> 🄀 <td> DIGIT ZERO FULL STOP
+      <tr><td>U+2488&ndash;U+249B  <td> ⒈&ndash;⒛ <td> DIGIT ONE FULL STOP &ndash; NUMBER TWENTY FULL STOP
+      <tr><td>U+24F5&ndash;U+24FE <td> ⓵ &ndash;⓾ <td> DOUBLE CIRCLED DIGIT ONE &ndash; NUMBER TEN
+      <tr><td>U+2776&ndash;U+277F <td> ❶ &ndash; ❿ <td> DINGBAT NEGATIVE CIRCLED DIGIT ONE &ndash; TEN
+      <tr><td>U+24EB&ndash;U+24F4 <td> ⓫&ndash;⓴  <td> NEGATIVE CIRCLED NUMBER ELEVEN &ndash; TWENTY
+      <tr><td>U+24FF <td> ⓿ <td> NEGATIVE CIRCLED DIGIT ZERO
+      <tr><td>U+1F110&ndash;U+1F129 <td> 🄐&ndash;🄩 <td> PARENTHESIZED LATIN CAPITAL LETTER A &ndash; Z
+      <tr><td>U+249C&ndash;U+24B5 <td> ⒜&ndash;⒵  <td> PARENTHESIZED LATIN SMALL LETTER A &ndash; Z
+      <tr><td>U+24B6&ndash;U+24E9 <td> Ⓐ &ndash;ⓩ <td> CIRCLED LATIN CAPITAL LETTER A &ndash; 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&ndash;U+00BE <td> ¼&ndash;¾ <td> VULGAR FRACTION ONE QUARTER &ndash; THREE QUARTERS
+      <tr><td>U+2150&ndash;U+215F <td> ⅐&ndash;⅟ <td>VULGAR FRACTION ONE SEVENTH &ndash; FRACTION NUMERATOR ONE
+      <tr><td>U+2189 <td> ↉ <td> VULGAR FRACTION ZERO THIRDS
+      <tr><td>U+2160&ndash;U+216B <td> Ⅰ&ndash; Ⅻ <td> ROMAN NUMERAL ONE &ndash TWELVE
+      <tr><td>U+2170&ndash;2179 <td> ⅰ&ndash;ⅹ <td> SMALL ROMAN NUMERAL ONE &ndash; TEN
+    </tbody>
+    <tbody>
+      <tr><td>U+24EA <td> ⓪ <td> CIRCLED DIGIT ZERO
+      <tr><td>U+2460&ndash;U+2473 <td> ① &ndash;⑳  <td> CIRCLED DIGIT ONE &ndash; TWENTY
+      <tr><td>U+3251&ndash;U+325F <td> ㉑&ndash;㉟ <td> CIRCLED NUMBER TWENTY ONE &ndash; THIRTY FIVE
+      <tr><td>U+32B1&ndash;U+32BF <td> ㊱&ndash;㊿ <td> CIRCLED NUMBER THIRTY SIX &ndash; FIFTY
+      <tr><td>U+2474&ndash;U+2487 <td> ⑴&ndash;⒇ <td> PARENTHESIZED DIGIT ONE &ndash; TWENTY
+      <tr><td>U+1F100 <td> 🄀 <td> DIGIT ZERO FULL STOP
+      <tr><td>U+2488&ndash;U+249B  <td> ⒈&ndash;⒛ <td> DIGIT ONE FULL STOP &ndash; NUMBER TWENTY FULL STOP
+      <tr><td>U+24F5&ndash;U+24FE <td> ⓵ &ndash;⓾ <td> DOUBLE CIRCLED DIGIT ONE &ndash; NUMBER TEN
+      <tr><td>U+2776&ndash;U+277F <td> ❶ &ndash; ❿ <td> DINGBAT NEGATIVE CIRCLED DIGIT ONE &ndash; TEN
+      <tr><td>U+24EB&ndash;U+24F4 <td> ⓫&ndash;⓴  <td> NEGATIVE CIRCLED NUMBER ELEVEN &ndash; TWENTY
+      <tr><td>U+24FF <td> ⓿ <td> NEGATIVE CIRCLED DIGIT ZERO
+      <tr><td>U+1F110&ndash;U+1F129 <td> 🄐&ndash;🄩 <td> PARENTHESIZED LATIN CAPITAL LETTER A &ndash; Z
+      <tr><td>U+249C&ndash;U+24B5 <td> ⒜&ndash;⒵  <td> PARENTHESIZED LATIN SMALL LETTER A &ndash; Z
+      <tr><td>U+24B6&ndash;U+24E9 <td> Ⓐ &ndash;ⓩ <td> CIRCLED LATIN CAPITAL LETTER A &ndash; 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