Skip to content

Commit 83ddb93

Browse files
committed
[css-text] Tweak wording to better allow river-avoidance
1 parent 2f674f6 commit 83ddb93

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

css-text/Overview.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,11 +2199,12 @@ <h3 id=text-justify><span class=secno>7.3. </span> Justification Method:
21992199
href="#expansion-opportunity"><i>Expansion opportunities</i></a> are
22002200
divided into different priority levels: within a level, all <a
22012201
href="#expansion-opportunity"><i>expansion opportunities</i></a> are
2202-
expanded or compressed by the same amount, in proportion to the <a
2203-
href="#expansion-opportunity"><i>expansion opportunity</i></a>’s
2204-
<code class=property>font-size</code>’. In the case of an <a
2205-
href="#expansion-opportunity"><i>expansion opportunity</i></a> introduced
2206-
by a single <a href="#character"><i>character</i></a>, (as with ‘<a
2202+
expanded or compressed at the same priority, with space distributed in
2203+
proportion to the <a href="#expansion-opportunity"><i>expansion
2204+
opportunity</i></a>’s ‘<code class=property>font-size</code>’. In
2205+
the case of an <a href="#expansion-opportunity"><i>expansion
2206+
opportunity</i></a> introduced by a single <a
2207+
href="#character"><i>character</i></a>, (as with ‘<a
22072208
href="#word-spacing0"><code class=property>word-spacing</code></a>’) the
22082209
<code class=property>font-size</code>’ of that <a
22092210
href="#character"><i>character</i></a> is used; in the case of an <a

css-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,8 +1640,8 @@ <h3 id="text-justify">
16401640
as points where the justification algorithm may alter spacing within the text.
16411641
<i>Expansion opportunities</i> are divided into different priority levels:
16421642
within a level, all <i>expansion opportunities</i> are
1643-
expanded or compressed by the same amount,
1644-
in proportion to the <i>expansion opportunity</i>’s 'font-size'.
1643+
expanded or compressed at the same priority,
1644+
with space distributed in proportion to the <i>expansion opportunity</i>’s 'font-size'.
16451645
In the case of an <i>expansion opportunity</i> introduced by a single <i>character</i>,
16461646
(as with 'word-spacing') the 'font-size' of that <i>character</i> is used;
16471647
in the case of an <i>expansion opportunity</i> between <i>characters</i>,

0 commit comments

Comments
 (0)