Skip to content

Commit efd8e5e

Browse files
committed
[css-text-3] Adjust wording around kerning vs letter-spacing to not imply an order of operations, just addition. w3c#3816
1 parent 1cb4312 commit efd8e5e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css-text-3/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3385,8 +3385,9 @@ Word Spacing: the 'word-spacing' property</h3>
33853385
between adjacent <a>typographic character units</a>.
33863386
Letter-spacing is applied after
33873387
<a href="https://www.w3.org/TR/css-writing-modes/#text-direction">bidi reordering</a> [[CSS-WRITING-MODES-3]]
3388-
and <a href="https://www.w3.org/TR/css-fonts/#font-kerning-prop">kerning</a> [[CSS-FONTS-3]]
3389-
and is in addition to any 'word-spacing'.
3388+
and is in addition to
3389+
<a href="https://www.w3.org/TR/css-fonts/#font-kerning-prop">kerning</a> [[CSS-FONTS-3]]
3390+
and 'word-spacing'.
33903391
Depending on the justification rules in effect,
33913392
user agents may further increase or decrease the space between <a>typographic character units</a>
33923393
in order to <a href="#text-justify-property">justify text</a>.

0 commit comments

Comments
 (0)