@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 June 2011</h2>
9090 < dt > This version:
9191
9292 < dd > < a href ="http://dev.w3.org/csswg/css3-text/Overview.html "> $Date:
93- 2011/06/23 18:01:52 $ (CVS $Revision$)</ a > <!--
93+ 2011/06/28 22:45:27 $ (CVS $Revision$)</ a > <!--
9494 <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110628/">http://www.w3.org/TR/2011/WD-css3-text-20110628/</a></dd>
9595 -->
9696
@@ -206,9 +206,6 @@ <h2 class="no-num no-toc" id=status>Status of This Document</h2>
206206 < li > the ‘< a href ="#hanging-punctuation0 "> < code
207207 class =property > hanging-punctuation</ code > </ a > ’ property
208208
209- < li > the ‘< code class =css > all</ code > ’ value of the ‘< a
210- href ="#hyphens0 "> < code class =property > hyphens</ code > </ a > ’ property
211-
212209 < li > the percentage values of ‘< a href ="#letter-spacing0 "> < code
213210 class =property > letter-spacing</ code > </ a > ’ and ‘< a
214211 href ="#word-spacing0 "> < code class =property > word-spacing</ code > </ a > ’
@@ -492,8 +489,8 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
492489 < li class =no-num > < a href ="#script-groups "> Appendix E: Scripts and
493490 Spacing</ a >
494491
495- < li class =no-num > < a href ="#mappings-fulllsize -kana "> Appendix F:
496- ‘ < code class =css > fullsize -kana</ code > ’ Mappings</ a >
492+ < li class =no-num > < a href ="#full-size -kana-map "> Appendix F: ‘ < code
493+ class =css > full-size -kana</ code > ’ Mappings</ a >
497494
498495 < li class =no-num > < a href ="#appendix-g-full-property-index "> Appendix G:
499496 Full Property Index</ a >
@@ -678,15 +675,17 @@ <h3 id=text-transform><span class=secno>3.1. </span> <a name=caps-prop></a>
678675 < dd > Converts all small Kana characters to normal Kana. This value is
679676 typically used for ruby annotation text, where all small Kana should be
680677 drawn as large Kana.
681- < p class =note > Authors using this for ruby text may also want to use
682- ‘< code class =css > font-variant: ruby</ code > ’. < a
683- href ="#CSS3FONT " rel =biblioentry > [CSS3FONT]<!--{{CSS3FONT}}--> </ a >
684678 </ dl >
685679
686680 < p > The case mapping rules for the character repertoire specified by the
687- Unicode Standard can be found on the Unicode Consortium Web site. < a
688- href ="#UNICODE " rel =biblioentry > [UNICODE]<!--{{!UNICODE}}--> </ a > Only
689- characters belonging to bicameral scripts are affected.
681+ Unicode Standard can be found on the Unicode Consortium Web site < a
682+ href ="#UNICODE " rel =biblioentry > [UNICODE]<!--{{!UNICODE}}--> </ a > . The UA
683+ must use the full case mappings for Unicode characters, including any
684+ conditional casing rules, as defined in Default Case Algorithm section. If
685+ (and only if) the content language of the element is known, then any
686+ applicable language-specific rules must be used as well. (See < a
687+ href ="http://www.unicode.org/Public/UNIDATA/SpecialCasing.txt "> SpecialCasing.txt</ a > )
688+
690689
691690 < p > Although limited, the case mapping process has some language
692691 dependencies. Some well known examples are Turkish and Greek. If the
@@ -718,8 +717,8 @@ <h3 id=text-transform><span class=secno>3.1. </span> <a name=caps-prop></a>
718717 not symbols, punctuation, or white space)
719718
720719 < p > The mappings for small Kana to normal Kana are defined in < a
721- href ="#mappings-fulllsize -kana "> ‘< code
722- class =css > fullsize -kana</ code > ’ Mappings</ a > .
720+ href ="#full-size -kana-map "> ‘< code
721+ class =css > full-size -kana</ code > ’ Mappings</ a > .
723722
724723 < p > When multiple values are specified and therefore multiple
725724 transformations need to be applied, they are applied in the following
@@ -1593,7 +1592,7 @@ <h3 id=hyphens><span class=secno>6.1. </span>Hyphenation Control: the
15931592 < tr >
15941593 < th > Value:
15951594
1596- < td > none | manual | auto | all
1595+ < td > none | manual | auto
15971596
15981597 < tr >
15991598 < th > Initial:
@@ -1665,13 +1664,6 @@ <h3 id=hyphens><span class=secno>6.1. </span>Hyphenation Control: the
16651664 class =css > @hyphenation-resource</ code > ’). Conditional hyphenation
16661665 characters inside a word, if present, take priority over automatic
16671666 resources when determining hyphenation points within the word.
1668-
1669- < dt > all
1670-
1671- < dd > All possible hyphenation points, as would be determined for
1672- ‘< code class =css > auto</ code > ’, are marked. The visual
1673- appearance of the mark is UA-dependent. This value is intended for
1674- debugging. < span class =issue > Do we really need this value?</ span >
16751667 </ dl >
16761668
16771669 < p > Correct automatic hyphenation requires a hyphenation resource
@@ -5648,16 +5640,6 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
56485640 < dt style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
56495641 <!---->
56505642
5651- < dt id =CSS3FONT > [CSS3FONT]
5652-
5653- < dd > John Daggett. < a
5654- href ="http://www.w3.org/TR/2011/WD-css3-fonts-20110324 "> < cite > CSS Fonts
5655- Module Level 3.</ cite > </ a > 24 March 2011. W3C Working Draft. (Work in
5656- progress.) URL: < a
5657- href ="http://www.w3.org/TR/2011/WD-css3-fonts-20110324 "> http://www.w3.org/TR/2011/WD-css3-fonts-20110324</ a >
5658- </ dd >
5659- <!---->
5660-
56615643 < dt id =JIS4051 > [JIS4051]
56625644
56635645 < dd > < cite > Formatting rules for Japanese documents
@@ -5978,10 +5960,24 @@ <h2 class=no-num id=script-groups>Appendix E: Scripts and Spacing</h2>
59785960 </ ol >
59795961 </ div >
59805962
5981- < h2 class =no-num id =mappings-fulllsize-kana > Appendix F: ‘< code
5982- class =css > fullsize-kana</ code > ’ Mappings</ h2 >
5963+ < h2 class =no-num id =full-size-kana-map > Appendix F: ‘< code
5964+ class =css > full-size-kana</ code > ’ Mappings</ h2 >
5965+
5966+ < table align =char char ="➔ " class =data >
5967+ < caption > small kana ➔ normal kana</ caption >
5968+
5969+ < thead >
5970+ < tr >
5971+ < th > A
5972+
5973+ < th > I
5974+
5975+ < th > U
5976+
5977+ < th > E
5978+
5979+ < th > O
59835980
5984- < table class =data >
59855981 < tbody >
59865982 < tr > <!-- Vowels -->
59875983
@@ -6278,7 +6274,7 @@ <h2 class=no-num id=appendix-g-full-property-index>Appendix G: Full
62786274 < tr >
62796275 < td > < a class =property href ="#hyphens0 "> hyphens</ a >
62806276
6281- < td > none | manual | auto | all
6277+ < td > none | manual | auto
62826278
62836279 < td > manual
62846280
0 commit comments