8383
8484 < h1 > CSS Text Level 3</ h1 >
8585
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 >
8787
8888 < dl >
8989 < dt > This version:
9090
9191 < 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>
9494 -->
9595
9696
@@ -2028,8 +2028,8 @@ <h4 id=at-hyphenate-resource><span class=secno>6.6.1. </span>The ‘<a
20282028 improvements).
20292029
20302030 < 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.)
20332033 </ ul >
20342034
20352035 < dt > disadvantages of ‘< a href ="#hyphenate-resource "> < code
@@ -3237,9 +3237,6 @@ <h3 id=text-justify><span class=secno>8.3. </span> Justification Method:
32373237 rules for how a text formatter can justify Japanese text. It describes
32383238 rules for cases where the ‘< a href ="#text-justify0 "> < code
32393239 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
32433240 class =css > inter-ideograph</ code > ’ and the ‘< a
32443241 href ="#text-spacing "> < code class =property > text-spacing</ code > </ a > ’
32453242 property does not specify ‘< code
@@ -3266,21 +3263,21 @@ <h3 id=text-justify><span class=secno>8.3. </span> Justification Method:
32663263 take the first line break opportunity beyond the end of line
32673264 and apply the following rules (in order) to compress until it fits.
32683265 <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>
32703267 <li>Compress <a href="#fullwidth-middle-dot-punctuation">fullwidth middle dot punctuations</a>
32713268 and <a href="#fullwidth-colon-punctuation">fullwidth colon punctuations</a>
32723269 up to 1/2em, by trimming the same amount of spaces from both sides of the characters.</li>
32733270 <li>Compress the left side of <a href="#fullwidth-opening-punctuation">fullwidth opening punctuations</a>
32743271 and the right side of <a href="#fullwidth-closing-punctuation">fullwidth closing punctuations</a>
32753272 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>
32773274 </ol></li>
32783275 <li>If the compression fails to fit the line,
32793276 take the last line break opportunity before the end of line,
32803277 and apply the following rules (in order) to expand until it fits.
32813278 <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>
32843281 <li>Expand all expansion opportunities as defined above in equal percent of the size of each character.</li>
32853282 </ol></li>
32863283 </ol>
0 commit comments