Skip to content

Commit 40af875

Browse files
committed
[css-text] Revert a wording change to 'text-justify:distribute' because it's awkward, fix some typos.
1 parent 93f8bc2 commit 40af875

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

css-text/Overview.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,9 +2204,9 @@ <h3 id=text-justify><span class=secno>7.3. </span> Justification Method:
22042204
<dt><dfn id=distribute title="text-justify:distribute"><code
22052205
class=css>distribute</code></dfn>
22062206

2207-
<dd>Justification varies the spacing between adjacent <a
2208-
href="#character"><i>characters</i></a> (except between <a
2209-
href="#letter0"><i>letters</i></a> in <a
2207+
<dd>Justification varies the used ‘<a href="#letter-spacing0"><code
2208+
class=property>letter-spacing</code></a>’ on the line (except between
2209+
<a href="#letter0"><i>letters</i></a> in <a
22102210
href="#cursive-scripts"><i>cursive scripts</i></a> such as Arabic), i.e.
22112211
the primary <a href="#expansion-opportunity"><i>expansion
22122212
opportunities</i></a> are between adjacent <a
@@ -2533,13 +2533,13 @@ <h2 id=spacing><span class=secno>8. </span> Spacing</h2>
25332533
<a href="#letter-spacing0"><code
25342534
class=property>letter-spacing</code></a>’ properties, which specify
25352535
additional space around <a href="#word-separator"><i>word
2536-
separators</i></a> or between <i>characters<i>, respectively. Level 3
2537-
offers the ability to control the justification behavior of ‘<a
2538-
href="#word-spacing0"><code class=property>word-spacing</code></a>’. In
2539-
addition the ‘<a href="#word-spacing0"><code
2540-
class=property>word-spacing</code></a> property can now be specified in
2541-
percentages, making it possible to, for example, double or eliminate word
2542-
spacing. </i></i>
2536+
separators</i></a> or between <a href="#character"><i>characters</i></a>,
2537+
respectively. Level 3 offers the ability to control the justification
2538+
behavior of ‘<a href="#word-spacing0"><code
2539+
class=property>word-spacing</code></a>’. In addition the ‘<a
2540+
href="#word-spacing0"><code class=property>word-spacing</code></a>
2541+
property can now be specified in percentages, making it possible to, for
2542+
example, double or eliminate word spacing.
25432543

25442544
<div class=example>
25452545
<p>In the following example, word spacing is halved, but may expand up to
@@ -2740,9 +2740,9 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a
27402740
<dt><dfn id=lenhgt0 title="word-spacing:&lt;length&gt;"><code
27412741
class=css>&lt;length&gt;</code></dfn>
27422742

2743-
<dd>Specifies additional spacing between <a
2744-
href="#character"><i>characters</i></a> Values may be negative, but there
2745-
may be implementation-dependent limits.
2743+
<dd>Specifies <em>additional</em> spacing between <a
2744+
href="#character"><i>characters</i></a>. Values may be negative, but
2745+
there may be implementation-dependent limits.
27462746
</dl>
27472747

27482748
<p class=issue>CSS2.1 defines that ‘<a href="#letter-spacing0"><code

css-text/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ <h3 id="text-justify">
16361636
This value is typically used for Southeast Asian scripts such as Thai.</dd>
16371637
-->
16381638
<dt><dfn title="text-justify:distribute">''distribute''</dfn></dt>
1639-
<dd>Justification varies the spacing between adjacent <i>characters</i>
1639+
<dd>Justification varies the used 'letter-spacing' on the line
16401640
(except between <i>letters</i> in <i>cursive scripts</i> such as Arabic),
16411641
i.e. the primary <i>expansion opportunities</i> are between adjacent <i>characters</i>
16421642
where both <i>characters</i> in the pair are non-<i>cursive</i>.
@@ -1940,7 +1940,7 @@ <h2 id="spacing">
19401940

19411941
<p>CSS offers control over text spacing
19421942
via the 'word-spacing' and 'letter-spacing' properties, which specify additional space
1943-
around <i>word separators</i> or between <i>characters<i>, respectively.
1943+
around <i>word separators</i> or between <i>characters</i>, respectively.
19441944
Level 3 offers the ability to control the justification behavior of 'word-spacing'.
19451945
In addition the 'word-spacing' property can now be specified in percentages,
19461946
making it possible to, for example, double or eliminate word spacing.
@@ -2104,7 +2104,7 @@ <h3 id="letter-spacing">
21042104
as defined by the current font.
21052105
Typically this is zero.
21062106
<dt><dfn title="word-spacing:&lt;length&gt;">''&lt;length&gt;''</dfn>
2107-
<dd>Specifies additional spacing between <i>characters</i>
2107+
<dd>Specifies <em>additional</em> spacing between <i>characters</i>.
21082108
Values may be negative, but there may be implementation-dependent limits.
21092109
</dl>
21102110

0 commit comments

Comments
 (0)