83
83
84
84
< h1 > CSS Text Level 3</ h1 >
85
85
86
- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 21 April 2011</ h2 >
86
+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 25 April 2011</ h2 >
87
87
88
88
< dl >
89
89
< dt > This version:
90
90
91
91
< dd > < a href ="http://dev.w3.org/csswg/css3-text/Overview.html "> $Date:
92
- 2011/04/20 17:54:59 $ (CVS $Revision$)</ a > <!--
93
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110421 /">http://www.w3.org/TR/2011/WD-css3-text-20110421 /</a></dd>
92
+ 2011/04/21 05:05:33 $ (CVS $Revision$)</ a > <!--
93
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110425 /">http://www.w3.org/TR/2011/WD-css3-text-20110425 /</a></dd>
94
94
-->
95
95
96
96
@@ -2028,8 +2028,8 @@ <h4 id=at-hyphenate-resource><span class=secno>6.6.1. </span>The ‘<a
2028
2028
improvements).
2029
2029
2030
2030
< li > Can use RFC4647 language-mapping, which is more intelligent than
2031
- :lang()' s prefix-matching. (Could also argue that :lang() should use
2032
- RFC4647.)
2031
+ :lang()' s prefix-matching. (Could also argue that :lang() should
2032
+ use RFC4647.)
2033
2033
</ ul >
2034
2034
2035
2035
< dt > disadvantages of ‘< a href ="#hyphenate-resource "> < code
@@ -3237,9 +3237,6 @@ <h3 id=text-justify><span class=secno>8.3. </span> Justification Method:
3237
3237
rules for how a text formatter can justify Japanese text. It describes
3238
3238
rules for cases where the ‘< a href ="#text-justify0 "> < code
3239
3239
class =property > text-justify</ code > </ a > ’ property is ‘< code
3240
- class =css > inter-ideograph</ code > ’. It describes rules for cases
3241
- where the ‘< a href ="#text-justify0 "> < code
3242
- class =property > text-justify</ code > </ a > ’ property is ‘< code
3243
3240
class =css > inter-ideograph</ code > ’ and the ‘< a
3244
3241
href ="#text-spacing "> < code class =property > text-spacing</ code > </ a > ’
3245
3242
property does not specify ‘< code
@@ -3266,21 +3263,21 @@ <h3 id=text-justify><span class=secno>8.3. </span> Justification Method:
3266
3263
take the first line break opportunity beyond the end of line
3267
3264
and apply the following rules (in order) to compress until it fits.
3268
3265
<ol style="list-style-type:lower-alpha">
3269
- <li>Compress space characters up to the minimum value specified by ‘<code class=css> word-spacing</code>’ property, or up to 1/4em.</li>
3266
+ <li>Compress space characters up to the minimum value specified by ' word-spacing' property, or up to 1/4em.</li>
3270
3267
<li>Compress <a href="#fullwidth-middle-dot-punctuation">fullwidth middle dot punctuations</a>
3271
3268
and <a href="#fullwidth-colon-punctuation">fullwidth colon punctuations</a>
3272
3269
up to 1/2em, by trimming the same amount of spaces from both sides of the characters.</li>
3273
3270
<li>Compress the left side of <a href="#fullwidth-opening-punctuation">fullwidth opening punctuations</a>
3274
3271
and the right side of <a href="#fullwidth-closing-punctuation">fullwidth closing punctuations</a>
3275
3272
up to 1/2em.</li>
3276
- <li>Compress spaces created by ‘<code class=property> text-spacing</code>’ property up to 1/8em.</li>
3273
+ <li>Compress spaces created by ' text-spacing' property up to 1/8em.</li>
3277
3274
</ol></li>
3278
3275
<li>If the compression fails to fit the line,
3279
3276
take the last line break opportunity before the end of line,
3280
3277
and apply the following rules (in order) to expand until it fits.
3281
3278
<ol style="list-style-type:lower-alpha">
3282
- <li>Expand space characters up to the maximum value specified by ‘<code class=css> word-spacing</code>’ property, or up to 1/2em.</li>
3283
- <li>Expand spaces created by ‘<code class=property> text-spacing</code>’ property up to 1/2em.</li>
3279
+ <li>Expand space characters up to the maximum value specified by ' word-spacing' property, or up to 1/2em.</li>
3280
+ <li>Expand spaces created by ' text-spacing' property up to 1/2em.</li>
3284
3281
<li>Expand all expansion opportunities as defined above in equal percent of the size of each character.</li>
3285
3282
</ol></li>
3286
3283
</ol>
0 commit comments