@@ -2219,7 +2219,7 @@ <h3 id=text-justify><span class=secno>7.3. </span> Justification Method:
2219
2219
class =css > inter-word</ code > ’</ dfn >
2220
2220
2221
2221
< dd > Justification adjusts spacing at < a href ="#word-separator "> < i > word
2222
- separators</ i > </ a > (effectively varying the used ‘< a
2222
+ separators</ i > </ a > only (effectively varying the used ‘< a
2223
2223
href ="#word-spacing0 "> < code class =property > word-spacing</ code > </ a > ’ on
2224
2224
the line). This behavior is typical for languages that separate words
2225
2225
using spaces, like English or Korean.
@@ -2658,8 +2658,7 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a
2658
2658
< tr >
2659
2659
< th > Computed value:
2660
2660
2661
- < td > an absolute length or the keyword ‘< code
2662
- class =css > normal</ code > ’
2661
+ < td > an absolute length
2663
2662
2664
2663
< tr >
2665
2664
< th > Animatable:
@@ -2673,19 +2672,23 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a
2673
2672
< td > N/A
2674
2673
</ table >
2675
2674
2676
- < p > This property specifies additional spacing (tracking) between adjacent
2677
- < a href ="#character "> < i > characters</ i > </ a > . Letter-spacing is applied
2678
- after < a
2675
+ < p > This property specifies additional spacing between adjacent < a
2676
+ href ="#character "> < i > characters</ i > </ a > (commonly called < dfn
2677
+ id = tracking > tracking </ dfn > ). Letter-spacing is applied after < a
2679
2678
href ="http://www.w3.org/TR/css3-writing-modes/#text-direction "> bidi
2680
2679
reordering</ a > and is in addition to any ‘< a href ="#word-spacing0 "> < code
2681
- class =property > word-spacing</ code > </ a > ’. Values have the following
2682
- meanings:
2680
+ class =property > word-spacing</ code > </ a > ’. Depending on the justification
2681
+ rules in effect, user agents may further increase or decrease the space
2682
+ between < a href ="#character "> < i > characters</ i > </ a > in order to < a
2683
+ href ="#text-justify "> justify text</ a > .
2684
+
2685
+ < p > Values have the following meanings:
2683
2686
2684
2687
< dl >
2685
2688
< dt > < dfn id =normal4 title ="normal!!word-spacing "> ‘< code
2686
2689
class =css > normal</ code > ’</ dfn >
2687
2690
2688
- < dd > No additional spacing is applied.
2691
+ < dd > No additional spacing is applied. Computes to zero.
2689
2692
2690
2693
< dt > < dfn id =length0 title ="<length>!!word-spacing "> ‘< code
2691
2694
class =css > <length></ code > ’</ dfn >
@@ -2695,29 +2698,6 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a
2695
2698
there may be implementation-dependent limits.
2696
2699
</ dl >
2697
2700
2698
- < div class =issue >
2699
- < p > CSS2.1 defines that ‘< a href ="#letter-spacing0 "> < code
2700
- class =property > letter-spacing</ code > </ a > ’ values other than ‘< code
2701
- class =css > normal</ code > ’ forbid the adjustment of letter-spacing during
2702
- justification. This means that tracking can't be used in conjunction
2703
- with, e.g. CJK justification methods. However, allowing it would mean we
2704
- need a control for disabling it; German, for example, avoids
2705
- letter-spacing for justification because it's used for emphasis. See < a
2706
- href ="http://lists.w3.org/Archives/Public/www-style/2013May/0280.html "> this
2707
- thread</ a > .
2708
-
2709
- < p > Proposed text:
2710
-
2711
- < blockquote >
2712
- < p > [Unless the ‘< code class =css > fixed</ code > ’ keyword is specified,]
2713
- Depending on the justification rules in effect, user agents may further
2714
- increase or decrease the space between < a
2715
- href ="#character "> < i > characters</ i > </ a > in order to justify text. See
2716
- ‘< a href ="#text-justify0 "> < code
2717
- class =property > text-justify</ code > </ a > ’ for details.
2718
- </ blockquote >
2719
- </ div >
2720
-
2721
2701
< p > For the purpose of ‘< a href ="#letter-spacing0 "> < code
2722
2702
class =property > letter-spacing</ code > </ a > ’, each consecutive run of
2723
2703
atomic inlines (such as images and inline blocks) is treated as a single
@@ -4275,6 +4255,9 @@ <h2 class=no-num id=index> Index</h2>
4275
4255
< li > text-transform, < a href ="#text-transform0 "
4276
4256
title ="section 2.1. "> < strong > 2.1.</ strong > </ a >
4277
4257
4258
+ < li > tracking, < a href ="#tracking "
4259
+ title ="section 8.2. "> < strong > 8.2.</ strong > </ a >
4260
+
4278
4261
< li > uppercase
4279
4262
< ul >
4280
4263
< li > text-transform, < a href ="#uppercase "
0 commit comments