2929
3030 < h1 > CSS Text Level 4</ h1 >
3131
32- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 6 January 2012</ h2 >
32+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 11 May 2012</ h2 >
3333
3434 < dl >
3535 < dt > This version:
3636
37- < dd > < a href ="http://dev.w3.org/csswg/css3-text/ "> $Date: 2012/01/06
38- 22:37:37 $ (CVS $Revision$)</ a > <!--
39- <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120106 /">http://www.w3.org/TR/2012/WD-css3-text-20120106 /</a></dd>
37+ < dd > < a href ="http://dev.w3.org/csswg/css3-text/ "> $Date$ (CVS
38+ $Revision$)</ a > <!--
39+ <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120511 /">http://www.w3.org/TR/2012/WD-css3-text-20120511 /</a></dd>
4040 -->
4141
4242
@@ -66,13 +66,12 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 January 2012</h2>
6666 <!--begin-copyright-->
6767 < p class =copyright > < a
6868 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "
69- rel =license > Copyright</ a > © 2012 < a
70- href ="http://www.w3.org/ "> < acronym
71- title ="World Wide Web Consortium "> W3C</ acronym > </ a > < sup > ®</ sup > (< a
72- href ="http://www.csail.mit.edu/ "> < acronym
73- title ="Massachusetts Institute of Technology "> MIT</ acronym > </ a > , < a
74- href ="http://www.ercim.eu/ "> < acronym
75- title ="European Research Consortium for Informatics and Mathematics "> ERCIM</ acronym > </ a > ,
69+ rel =license > Copyright</ a > © 2012 < a href ="http://www.w3.org/ "> < abbr
70+ title ="World Wide Web Consortium "> W3C</ abbr > </ a > < sup > ®</ sup > (< a
71+ href ="http://www.csail.mit.edu/ "> < abbr
72+ title ="Massachusetts Institute of Technology "> MIT</ abbr > </ a > , < a
73+ href ="http://www.ercim.eu/ "> < abbr
74+ title ="European Research Consortium for Informatics and Mathematics "> ERCIM</ abbr > </ a > ,
7675 < a href ="http://www.keio.ac.jp/ "> Keio</ a > ), All Rights Reserved. W3C < a
7776 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer "> liability</ a > ,
7877 < a
@@ -2764,11 +2763,12 @@ <h3 id=text-justify><span class=secno>7.3. </span> Justification Method:
27642763 are given in the table below. Since justification behavior varies by
27652764 writing system, expansion opportunities are organized by < a
27662765 href ="#script-groups "> script categories</ a > . An expansion opportunity
2767- exists between two < i > letters</ i > at a priority level when at least one of
2768- them belongs to a script category at that level and the other does not
2769- belong to a higher priority level. All scripts in the same priority level
2770- must be treated exactly the same. Word separators (spaces) and other
2771- symbols and punctuation are treated specially, see below.
2766+ exists between two < a href ="#letter0 "> < i > letters</ i > </ a > at a priority
2767+ level when at least one of them belongs to a script category at that level
2768+ and the other does not belong to a higher priority level. All scripts in
2769+ the same priority level must be treated exactly the same. Word separators
2770+ (spaces) and other symbols and punctuation are treated specially, see
2771+ below.
27722772
27732773 < table class =data >
27742774 < caption > Prioritization of Expansion Points</ caption >
@@ -3155,7 +3155,8 @@ <h3 id=word-spacing><span class=secno>8.1. </span> Word Spacing: the
31553155<!-- --> :lang(en) { word-spacing: 200%; }</ pre >
31563156
31573157 < p > The following example will < em > add</ em > half the the width of the
3158- “0” glyph to word spacing character [[CSS3VALUES]]:
3158+ “0” glyph to word spacing character < a href ="#CSS3VAL "
3159+ rel =biblioentry > [CSS3VAL]<!--{{CSS3VAL}}--> </ a > :
31593160
31603161 < pre > p { word-spacing: 0.5ch; }</ pre >
31613162 </ div >
@@ -3209,9 +3210,9 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the
32093210 </ table >
32103211
32113212 < p > This property specifies the minimum, maximum, and optimal spacing
3212- between < i > characters</ i > . Letter-spacing is applied in addition to any
3213- word-spacing. ‘< code class = css > normal </ code > ’ optimum
3214- letter-spacing is typically zero.
3213+ between < a href =" #character " > < i > characters</ i > </ a > . Letter-spacing is
3214+ applied in addition to any word-spacing. ‘< code
3215+ class = css > normal </ code > ’ optimum letter-spacing is typically zero.
32153216
32163217 < p > Letter-spacing must not be applied at the beginning or at the end of a
32173218 line. At element boundaries, the letter spacing is given by and rendered
@@ -5617,33 +5618,36 @@ <h3 class=no-num id=normative-ref>Normative references</h3>
56175618 </ dd >
56185619 <!---->
56195620
5621+ < dt id =CSS3-FONTS > [CSS3-FONTS]
5622+
5623+ < dd > John Daggett. < a
5624+ href ="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/ "> < cite > CSS Fonts
5625+ Module Level 3.</ cite > </ a > 4 October 2011. W3C Working Draft. (Work in
5626+ progress.) URL: < a
5627+ href ="http://www.w3.org/TR/2011/WD-css3-fonts-20111004/ "> http://www.w3.org/TR/2011/WD-css3-fonts-20111004/</ a >
5628+ </ dd >
5629+ <!---->
5630+
56205631 < dt id =CSS3-WRITING-MODES > [CSS3-WRITING-MODES]
56215632
5622- < dd > Elika J. Etemad; Koji Ishii; Shinyu Murakami . < a
5623- href ="http://www.w3.org/TR/2011 /WD-css3-writing-modes-20110901 / "> < cite > CSS
5624- Writing Modes Module Level 3.</ cite > </ a > 1 September 2011 . W3C Working
5625- Draft. (Work in progress.) URL: < a
5626- href ="http://www.w3.org/TR/2011 /WD-css3-writing-modes-20110901 / "> http://www.w3.org/TR/2011 /WD-css3-writing-modes-20110901 /</ a >
5633+ < dd > Elika J. Etemad; Koji Ishii. < a
5634+ href ="http://www.w3.org/TR/2012 /WD-css3-writing-modes-20120501 / "> < cite > CSS
5635+ Writing Modes Module Level 3.</ cite > </ a > 1 May 2012 . W3C Working Draft.
5636+ (Work in progress.) URL: < a
5637+ href ="http://www.w3.org/TR/2012 /WD-css3-writing-modes-20120501 / "> http://www.w3.org/TR/2012 /WD-css3-writing-modes-20120501 /</ a >
56275638 </ dd >
56285639 <!---->
56295640
56305641 < dt id =CSS3BG > [CSS3BG]
56315642
56325643 < dd > Bert Bos; Elika J. Etemad; Brad Kemper. < a
5633- href ="http://www.w3.org/TR/2011 /CR-css3-background-20110215 "> < cite > CSS
5634- Backgrounds and Borders Module Level 3.</ cite > </ a > 15 February 2011 . W3C
5644+ href ="http://www.w3.org/TR/2012 /CR-css3-background-20120417/ "> < cite > CSS
5645+ Backgrounds and Borders Module Level 3.</ cite > </ a > 17 April 2012 . W3C
56355646 Candidate Recommendation. (Work in progress.) URL: < a
5636- href ="http://www.w3.org/TR/2011 /CR-css3-background-20110215 "> http://www.w3.org/TR/2011 /CR-css3-background-20110215 </ a >
5647+ href ="http://www.w3.org/TR/2012 /CR-css3-background-20120417/ "> http://www.w3.org/TR/2012 /CR-css3-background-20120417/ </ a >
56375648 </ dd >
56385649 <!---->
56395650
5640- < dt id =CSS3FONT > [CSS3FONT]
5641-
5642- < dd > ? (please update this reference to CSS3-FONTS, thanks, bye) John
5643- Daggett. < cite > CSS Fonts Module Level 3.</ cite > 4 October 2011. W3C
5644- Working Draft. (Work in progress.)</ dd >
5645- <!---->
5646-
56475651 < dt id =RFC2119 > [RFC2119]
56485652
56495653 < dd > S. Bradner. < a href ="http://www.ietf.org/rfc/rfc2119.txt "> < cite > Key
@@ -5656,49 +5660,47 @@ <h3 class=no-num id=normative-ref>Normative references</h3>
56565660 < dt id =UAX11 > [UAX11]
56575661
56585662 < dd > Asmus Freytag. < a
5659- href ="http://www.unicode.org/reports/tr11/tr11-8.html "> < cite > East Asian
5660- Width.</ cite > </ a > 23 March 2001 . Unicode Standard Annex #11. URL: < a
5661- href ="http://www.unicode.org/reports/tr11/tr11-8.html "> http://www.unicode.org/reports/tr11/tr11-8.html </ a >
5663+ href ="http://www.unicode.org/reports/tr11/ "> < cite > East Asian
5664+ Width.</ cite > </ a > 17 January 2012 . Unicode Standard Annex #11. URL: < a
5665+ href ="http://www.unicode.org/reports/tr11/ "> http://www.unicode.org/reports/tr11/</ a >
56625666 </ dd >
56635667 <!---->
56645668
56655669 < dt id =UAX14 > [UAX14]
56665670
56675671 < dd > Asmus Freytag. < a
5668- href ="http://www.unicode.org/unicode/reports/tr14/tr14-17.html "> < cite > Line
5669- Breaking Properties.</ cite > </ a > 29 March 2005 . Unicode Standard Annex
5670- #14. URL: < a
5671- href ="http://www.unicode.org/unicode/reports/tr14/tr14-17.html "> http://www.unicode.org/unicode/reports/tr14/tr14-17.html </ a >
5672+ href ="http://www.unicode.org/unicode/reports/tr14/ "> < cite > Line Breaking
5673+ Properties.</ cite > </ a > 17 January 2012 . Unicode Standard Annex #14. URL:
5674+ < a
5675+ href ="http://www.unicode.org/unicode/reports/tr14/ "> http://www.unicode.org/unicode/reports/tr14/</ a >
56725676 </ dd >
56735677 <!---->
56745678
56755679 < dt id =UAX24 > [UAX24]
56765680
56775681 < dd > Mark Davis; Ken Whistler. < a
56785682 href ="http://www.unicode.org/reports/tr24/ "> < cite > Unicode Script
5679- Property.</ cite > </ a > 27 September 2010. Unicode Standard Annex #24. URL:
5680- < a
5683+ Property.</ cite > </ a > 13 January 2012. Unicode Standard Annex #24. URL: < a
56815684 href ="http://www.unicode.org/reports/tr24/ "> http://www.unicode.org/reports/tr24/</ a >
56825685 </ dd >
56835686 <!---->
56845687
56855688 < dt id =UAX29 > [UAX29]
56865689
56875690 < dd > Mark Davis. < a
5688- href ="http://www.unicode.org/reports/tr29/tr29-17.html "> < cite > Unicode
5689- Text Segmentation.</ cite > </ a > 8 October 2010 . Unicode Standard Annex #29.
5691+ href ="http://www.unicode.org/reports/tr29/ "> < cite > Unicode Text
5692+ Segmentation.</ cite > </ a > 24 January 2012 . Unicode Standard Annex #29.
56905693 URL: < a
5691- href ="http://www.unicode.org/reports/tr29/tr29-17.html "> http://www.unicode.org/reports/tr29/tr29-17.html </ a >
5694+ href ="http://www.unicode.org/reports/tr29/ "> http://www.unicode.org/reports/tr29/</ a >
56925695 </ dd >
56935696 <!---->
56945697
56955698 < dt id =UAX44 > [UAX44]
56965699
56975700 < dd > Mark Davis; Ken Whistler. < a
5698- href ="http://www.unicode.org/reports/tr44/tr44-6.html "> < cite > Unicode
5699- Character Database.</ cite > </ a > 8 October 2010. Unicode Standard Annex
5700- #44. URL: < a
5701- href ="http://www.unicode.org/reports/tr44/tr44-6.html "> http://www.unicode.org/reports/tr44/tr44-6.html</ a >
5701+ href ="http://www.unicode.org/reports/tr44/ "> < cite > Unicode Character
5702+ Database.</ cite > </ a > 23 January 2012. Unicode Standard Annex #44. URL: < a
5703+ href ="http://www.unicode.org/reports/tr44/ "> http://www.unicode.org/reports/tr44/</ a >
57025704 </ dd >
57035705 <!---->
57045706
@@ -5742,6 +5744,16 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
57425744 </ dd >
57435745 <!---->
57445746
5747+ < dt id =CSS3VAL > [CSS3VAL]
5748+
5749+ < dd > Håkon Wium Lie; Tab Atkins; Elika J. Etemad. < a
5750+ href ="http://www.w3.org/TR/2012/WD-css3-values-20120308/ "> < cite > CSS
5751+ Values and Units Module Level 3.</ cite > </ a > 8 March 2012. W3C Working
5752+ Draft. (Work in progress.) URL: < a
5753+ href ="http://www.w3.org/TR/2012/WD-css3-values-20120308/ "> http://www.w3.org/TR/2012/WD-css3-values-20120308/</ a >
5754+ </ dd >
5755+ <!---->
5756+
57455757 < dt id =JIS4051 > [JIS4051]
57465758
57475759 < dd > < cite > Formatting rules for Japanese documents
@@ -5752,10 +5764,10 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
57525764 < dt id =JLREQ > [JLREQ]
57535765
57545766 < dd > Yasuhiro Anan; et al. < a
5755- href ="http://www.w3.org/TR/2011/WD -jlreq-20111129 / "> < cite > Requirements
5756- for Japanese Text Layout.</ cite > </ a > 29 November 2011 . W3C Working Draft.
5757- (Work in progress.) URL: < a
5758- href ="http://www.w3.org/TR/2011/WD -jlreq-20111129 / "> http://www.w3.org/TR/2011/WD -jlreq-20111129 /</ a >
5767+ href ="http://www.w3.org/TR/2012/NOTE -jlreq-20120403 / "> < cite > Requirements
5768+ for Japanese Text Layout.</ cite > </ a > 3 April 2012 . W3C Working Group
5769+ Note. URL: < a
5770+ href ="http://www.w3.org/TR/2012/NOTE -jlreq-20120403 / "> http://www.w3.org/TR/2012/NOTE -jlreq-20120403 /</ a >
57595771 </ dd >
57605772 <!---->
57615773
@@ -6397,8 +6409,8 @@ <h2 class=no-num id=appendix-g-text-processing-order-of-oper>Appendix G:
63976409
63986410 < li > < a href ="http://www.w3.org/TR/css3-fonts/ "> font/glyph selection and
63996411 kerning</ a > < a href ="#CSS21 "
6400- rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > / < a href ="#CSS3FONT "
6401- rel =biblioentry > [CSS3FONT ]<!--{{!CSS3FONT }}--> </ a >
6412+ rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > / < a href ="#CSS3-FONTS "
6413+ rel =biblioentry > [CSS3-FONTS ]<!--{{!CSS3-FONTS }}--> </ a >
64026414
64036415 < li > < a href ="#hanging-punctuation "> hanging punctuation</ a >
64046416 </ ol >
0 commit comments