Skip to content

Commit b3094e0

Browse files
committed
[css-text] additional minor fixes to letter-spacing
1 parent 40af875 commit b3094e0

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

css-text/Overview.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2721,13 +2721,17 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a
27212721
<tr>
27222722
<th>Computed value:
27232723

2724-
<td>an optimum value consisting of either an absolute length or the
2725-
keyword ‘<code class=css>normal</code>
2724+
<td>an absolute length or the keyword ‘<code
2725+
class=css>normal</code>
27262726
</table>
27272727

27282728
<p>This property specifies additional spacing (tracking) between adjacent
2729-
<a href="#character"><i>characters</i></a>. Letter-spacing is applied in
2730-
addition to any word-spacing. Values have the following meanings:
2729+
<a href="#character"><i>characters</i></a>. Letter-spacing is applied
2730+
after <a
2731+
href="http://www.w3.org/TR/css3-writing-modes/#text-direction">bidi
2732+
reordering</a> and is in addition to any ‘<a href="#word-spacing0"><code
2733+
class=property>word-spacing</code></a>’. Values have the following
2734+
meanings:
27312735

27322736
<dl>
27332737
<dt><dfn id=normal4 title="word-spacing:normal"><code

css-text/Overview.src.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2088,14 +2088,15 @@ <h3 id="letter-spacing">
20882088
</tr>
20892089
<tr>
20902090
<th>Computed&#160;value:</th>
2091-
<td>an optimum value
2092-
consisting of either an absolute length or the keyword ''normal''
2091+
<td>an absolute length or the keyword ''normal''
20932092
</tr>
20942093
</table>
20952094

20962095
<p>This property specifies additional spacing (tracking)
20972096
between adjacent <i>characters</i>.
2098-
Letter-spacing is applied in addition to any word-spacing.
2097+
Letter-spacing is applied after
2098+
<a href="http://www.w3.org/TR/css3-writing-modes/#text-direction">bidi reordering</a>
2099+
and is in addition to any 'word-spacing'.
20992100
Values have the following meanings:
21002101

21012102
<dl>
@@ -2116,8 +2117,9 @@ <h3 id="letter-spacing">
21162117
See <a href="http://lists.w3.org/Archives/Public/www-style/2013May/0280.html">this thread</a>.
21172118

21182119
<p>Letter-spacing must not be applied at the beginning or at the end of a line.
2119-
The total letter spacing between two adjacent <i>characters</i> (after bidi reordering) is specified by and rendered
2120-
within the innermost element that <em>contains</em> the boundary between the two <i>characters</i>.
2120+
The total letter spacing between two adjacent <i>characters</i> (after bidi reordering)
2121+
is specified by and rendered within
2122+
the innermost element that <em>contains</em> the boundary between the two <i>characters</i>.
21212123

21222124
<div class="example" id="letter-spacing-example">
21232125
<p>For example, given the markup</p>

0 commit comments

Comments
 (0)