@@ -35,7 +35,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 January 2012</h2>
3535 < dt > This version:
3636
3737 < dd > < a href ="http://dev.w3.org/csswg/css3-text/ "> $Date: 2012/01/06
38- 05:12:54 $ (CVS $Revision$)</ a > <!--
38+ 22:37:37 $ (CVS $Revision$)</ a > <!--
3939 <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>
4040 -->
4141
@@ -2564,16 +2564,16 @@ <h2 id=spacing><span class=secno>8. </span> Spacing</h2>
25642564 title ="<spacing-limit>:<length> "> ‘< code
25652565 class =css > <length></ code > ’</ dfn >
25662566
2567- < dd > Specifies extra spacing < em > in addition to</ em > the normal spacing.
2568- Values may be negative, but there may be implementation-dependent limits.
2569-
2567+ < dd > Specifies extra spacing < em > in addition to</ em > the normal optimum
2568+ spacing. Values may be negative, but there may be
2569+ implementation-dependent limits.
25702570
25712571 < dt > < dfn id =ltpercentagegt
25722572 title ="<spacing-limit>:<percentage> "> ‘< code
25732573 class =css > <percentage></ code > ’</ dfn >
25742574
2575- < dd > Specifies the spacing as a percentage of the affected character. Only
2576- valid on ‘< a href ="#word-spacing0 "> < code
2575+ < dd > Specifies the additional spacing as a percentage of the affected
2576+ character. Only valid on ‘< a href ="#word-spacing0 "> < code
25772577 class =property > word-spacing</ code > </ a > ’. Negative values are not
25782578 allowed.
25792579 </ dl >
@@ -2655,18 +2655,18 @@ <h3 id=word-spacing><span class=secno>8.1. </span> Word Spacing: the
26552655 < p > This property specifies the minimum, maximum, and optimal spacing
26562656 between “words”.
26572657
2658- < p > Spacing is applied to each word-separator character left in the text
2659- after the < a href ="#white-space-rules "> white space processing rules </ a >
2660- have been applied, and should be applied half on each side of the
2661- character.
2658+ < p > Additional spacing is applied to each word-separator character left in
2659+ the text after the < a href ="#white-space-rules "> white space processing
2660+ rules </ a > have been applied, and should be applied half on each side of
2661+ the character.
26622662
26632663 < div class =example >
26642664 < p > The following example will make all the spaces between words in Arabic
26652665 be rendered as zero-width, and double the width of each space in English:
26662666
26672667
2668- < pre > :lang(ar) { word-spacing: 0 %; }
2669- <!-- --> :lang(en) { word-spacing: 200 %; }</ pre >
2668+ < pre > :lang(ar) { word-spacing: -100 %; }
2669+ <!-- --> :lang(en) { word-spacing: 100 %; }</ pre >
26702670
26712671 < p > The following example will < em > add</ em > half the the width of the
26722672 “0” glyph to word spacing character [[CSS3VALUES]]:
0 commit comments