You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spacing must be added as if those characters did not exist in the document.
2128
2128
2129
2129
<pclass=example>For example, <aclass=propertydata-link-type=propdeschref=#propdef-letter-spacingtitle=letter-spacing>letter-spacing</a> applied to
2130
2130
<code>A&#x200B;B</code> is identical to <code>AB</code>,
2131
2131
regardless of where any element boundaries might fall.
2132
2132
2133
-
<p>When the effective letter-spacing between two characters is not zero
2133
+
<p>When the effective spacing between two characters is not zero
2134
2134
(due to either <ahref=#text-justify>justification</a>
2135
-
or non-zero computed<aclass=propertydata-link-type=propdeschref=#propdef-letter-spacingtitle=letter-spacing>letter-spacing</a>),
2135
+
or a non-zero value of<aclass=propertydata-link-type=propdeschref=#propdef-letter-spacingtitle=letter-spacing>letter-spacing</a>),
2136
2136
user agents should not apply optional ligatures.</p>
2137
2137
2138
2138
<pclass=example>
2139
2139
For example, if the word “filial” is letter-spaced,
2140
2140
an “fi” ligature should not be used
2141
2141
as it will prevent even spacing of the text.
2142
2142
2143
-
<p>If it is able, the UA <em>may</em> apply letter-spacing to <adata-link-type=dfnhref=#cursive-scripttitle="cursive scripts">cursive scripts</a>
2144
-
by translating the total spacing distributed to a run of such letters
2143
+
<p>If it is able, the UA <em>may</em> apply letterspacing to <adata-link-type=dfnhref=#cursive-scripttitle="cursive scripts">cursive scripts</a>
2144
+
by translating the total extra space to be distributed to a run of such letters
2145
2145
into some form of cursive elongation for that run.
2146
2146
Otherwise, if the UA cannot expand text from a <adata-link-type=dfnhref=#cursive-scripttitle="cursive script">cursive script</a>
2147
2147
without breaking its cursive connections,
2148
2148
it <em>must not</em> apply spacing
2149
2149
between any pair of that script’s <adata-link-type=dfnhref=#visually-perceived-charactertitle="visually-perceived characters">visually-perceived characters</a> at all.
2150
+
(Both cases will result in an effective spacing of zero between such letters,
2151
+
however the former will preserve the sense of stretching out the text.)
0 commit comments