Skip to content

Commit 06b240f

Browse files
committed
[css-text] Fix up linking, remove redundant paragraph.
1 parent 63c2cdd commit 06b240f

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

css-text/Overview.html

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,13 +2369,6 @@ <h4 id=justify-symbols><span class=secno>7.3.2. </span> Handling Symbols
23692369

23702370
<h4 id=justify-limits><span class=secno>7.3.3. </span> Unexpandable Text</h4>
23712371

2372-
<p>The UA may define limits on <a
2373-
href="#expansion-opportunity"><i>expansion opportunities</i></a>
2374-
introduced by <a href="#word-separator"><i>word separators</i></a>. How
2375-
any remaining space is distributed once all <a
2376-
href="#expansion-opportunity"><i>expansion opportunities</i></a> reach
2377-
their specified limits is up to the UA.
2378-
23792372
<p>If the inline contents of a line cannot be stretched to the full width
23802373
of the line box, then they must be aligned as specified by the ‘<a
23812374
href="#text-align-last0"><code
@@ -2398,8 +2391,8 @@ <h4 id=justify-cursive><span class=secno>7.3.4. </span> Cursive Scripts</h4>
23982391
run of such <a href="#letter0"><i>letters</i></a> into some form of
23992392
cursive elongation for that run. It otherwise <em>must</em> assume that no
24002393
<a href="#expansion-opportunity"><i>expansion opportunity</i></a> exists
2401-
between any pair of <i>cursive script</i> <a
2402-
href="#letter0"><i>letters</i></a>.
2394+
between any pair of <a href="#cursive-scripts"><i>cursive script</i></a>
2395+
<a href="#letter0"><i>letters</i></a>.
24032396

24042397
<h4 id=justify-algos><span class=secno>7.3.5. </span> Possible Algorithms</h4>
24052398

@@ -2820,10 +2813,10 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a
28202813
href="#cursive-scripts"><i>cursive scripts</i></a> by translating the
28212814
total spacing distributed to a run of such <a
28222815
href="#letter0"><i>letters</i></a> into some form of cursive elongation
2823-
for that run. Otherwise, if the UA cannot expand text from a <i>cursive
2824-
script</i> without breaking its cursive connections, it <em>must not</em>
2825-
apply spacing between any pair of that script's <a
2826-
href="#letter0"><i>letters</i></a> at all.
2816+
for that run. Otherwise, if the UA cannot expand text from a <a
2817+
href="#cursive-scripts"><i>cursive script</i></a> without breaking its
2818+
cursive connections, it <em>must not</em> apply spacing between any pair
2819+
of that script's <a href="#letter0"><i>letters</i></a> at all.
28272820

28282821
<h2 id=edge-effects><span class=secno>9. </span> Edge Effects</h2>
28292822

@@ -3390,9 +3383,10 @@ <h2 class=no-num id=script-groups> Appendix C: Cursive Scripts</h2>
33903383
<p><em>This appendix is normative.</em>
33913384

33923385
<p>The following scripts in Unicode 6 are considered to be <dfn
3393-
id=cursive-scripts>cursive scripts</dfn>, and do not admit <a
3394-
href="#expansion-opportunity"><i>expansion opportunities</i></a> between
3395-
their letters: Arabic, Mandaic, Mongolian, N'Ko, Phags Pa, Syriac
3386+
id=cursive-scripts title="cursive script">cursive scripts</dfn>, and do
3387+
not admit <a href="#expansion-opportunity"><i>expansion
3388+
opportunities</i></a> between their letters: Arabic, Mandaic, Mongolian,
3389+
N'Ko, Phags Pa, Syriac
33963390

33973391
<p>User agents should update this list as they update their Unicode support
33983392
to handle as-yet-unencoded cursive scripts in future versions of Unicode,
@@ -3962,7 +3956,7 @@ <h2 class=no-num id=index> Index</h2>
39623956
<li>content language, <a href="#content-language"
39633957
title="section 1.3."><strong>1.3.</strong></a>
39643958

3965-
<li>cursive scripts, <a href="#cursive-scripts"
3959+
<li>cursive script, <a href="#cursive-scripts"
39663960
title="section ??"><strong>??</strong></a>
39673961

39683962
<li>distribute

css-text/Overview.src.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,11 +1727,6 @@ <h4 id="justify-symbols">
17271727
<h4 id="justify-limits">
17281728
Unexpandable Text</h4>
17291729

1730-
<p>The UA may define limits on
1731-
<i>expansion opportunities</i> introduced by <i>word separators</i>.
1732-
How any remaining space is distributed once all <i>expansion opportunities</i>
1733-
reach their specified limits is up to the UA.
1734-
17351730
<p>If the inline contents of a line cannot be stretched to the full width of the line box,
17361731
then they must be aligned as specified by the 'text-align-last' property.
17371732
(If 'text-align-last' is ''justify'', then
@@ -2473,7 +2468,7 @@ <h2 class="no-num" id="script-groups">
24732468

24742469
<p><em>This appendix is normative.</em></p>
24752470

2476-
<p>The following scripts in Unicode 6 are considered to be <dfn>cursive scripts</dfn>,
2471+
<p>The following scripts in Unicode 6 are considered to be <dfn title="cursive script">cursive scripts</dfn>,
24772472
and do not admit <i>expansion opportunities</i> between their letters:
24782473
Arabic,
24792474
Mandaic,

0 commit comments

Comments
 (0)