File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1954,13 +1954,20 @@ Word Spacing: the 'word-spacing' property</h3>
19541954 <p> When the effective spacing between two characters is not zero
19551955 (due to either <a href="#text-justify-property">justification</a>
19561956 or a non-zero value of 'letter-spacing' ),
1957- user agents should not apply optional ligatures.</p>
1957+ user agents should not apply optional ligatures.
1958+ However, kerning should still be applied
1959+ (see 'font-kerning' [[CSS3-FONTS]] ).
19581960
1959- <p class="example">
1961+ <div class="example">
19601962 For example, if the word “filial” is letter-spaced,
19611963 an “fi” ligature should not be used
19621964 as it will prevent even spacing of the text.
19631965
1966+ <figure>
1967+ <p><strong style="letter-spacing: 0.5em"> filial</strong> vs <strong style="letter-spacing: 0.5em"> filial</strong>
1968+ </figure>
1969+ </div>
1970+
19641971<h4 id="cursive-tracking">
19651972Cursive Scripts</h4>
19661973
You can’t perform that action at this time.
0 commit comments