Skip to content

Commit 113a3fd

Browse files
committed
Fix link errors
1 parent 49bd619 commit 113a3fd

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css3-text/Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,12 +1020,12 @@ <h3 id="word-break"><span class="secno">4.2.</span>
10201020
<dl>
10211021
<dt><dfn title="word-break:normal"><code>normal</code></dfn></dt>
10221022
<dd>Breaks non-CJK scripts according to their own rules.</dd>
1023-
<dt><dfn title="line-break:break-all"><code>break-all</code></dfn></dt>
1023+
<dt><dfn title="word-break:break-all"><code>break-all</code></dfn></dt>
10241024
<dd>Lines may break between any two grapheme clusters for non-CJK scripts.
10251025
This option is used mostly in a context where
10261026
the text is predominantly using CJK characters with few non-CJK excerpts
10271027
and it is desired that the text be better distributed on each line.</dd>
1028-
<dt><dfn title="line-break:hyphenate"><code>hyphenate</code></dfn></dt>
1028+
<dt><dfn title="word-break:hyphenate"><code>hyphenate</code></dfn></dt>
10291029
<dd>Words may be broken at an appropriate hyphenation point. This requires
10301030
that the user agent have an hyphenation resource appropriate to the
10311031
language of the text being broken.
@@ -1109,7 +1109,7 @@ <h3 id="text-wrap"><span class="secno">5.1.</span>
11091109

11101110
<p>Regardless of the 'text-wrap' value, lines always break at forced breaks:
11111111
for all values, line-breaking behavior defined for the BK, CR, LF, CM
1112-
NL, and SG line breaking classes in [<a href="#UAX14-norm">UAX14</a>] must
1112+
NL, and SG line breaking classes in [<a href="#UAX14">UAX14</a>] must
11131113
be honored.</p>
11141114

11151115
<p>When <span class="property">'text-wrap'</span> is set to 'normal' or
@@ -1783,7 +1783,7 @@ <h3 id="text-justify"><span class="secno">6.3.</span>
17831783

17841784
<div class="example">
17851785
<p>Japanese is one of the language that pefers compression to expansion on justification.
1786-
JIS X-4051 <a href="#JIS-X-4051" rel="biblioentry">[JIS-X-4051]</a> defines how a text formatter can justify Japanese text.
1786+
JIS X-4051 <a href="#JIS4051" rel="biblioentry">[JIS-X-4051]</a> defines how a text formatter can justify Japanese text.
17871787
Here is one example of the interpretation of JIS X-4051 with slight modification.</p>
17881788
<ol>
17891789
<li>If no justification is necessary, neither compression nor expansion occur.</li>
@@ -2269,12 +2269,12 @@ <h3 id="text-autospace"><span class="secno">7.4.</span>
22692269
space characters, but instead to the width increment of existing glyphs.
22702270

22712271
<p>(A commonly used algorithm for determining this behavior is specified in
2272-
JIS X-4051 <a href="#JIS-X-4051" rel="biblioentry">[JIS-X-4051]</a>.)
2272+
JIS X-4051 <a href="#JIS4051" rel="biblioentry">[JIS-X-4051]</a>.)
22732273

22742274
<p>This property is additive with the <span class="property"><a
22752275
href="#word-spacing">'word-spacing'</a></span> and <span class="property"><a
2276-
href="#letter-spacing">'letter-spacing'</a></span> <a href="#CSS2"
2277-
rel="biblioentry">[CSS2]</a> properties. That is, the amount of spacing
2276+
href="#letter-spacing">'letter-spacing'</a></span> <a href="#CSS21"
2277+
rel="biblioentry">[CSS21]</a> properties. That is, the amount of spacing
22782278
contributed by the 'letter-spacing' setting (if any) is added to the spacing
22792279
created by <span class="property"><a
22802280
href="#text-autospace">'text-autospace'</a></span>. The same applies to <span
@@ -3566,7 +3566,7 @@ <h2 id="changes"><span class="secno">11.</span>
35663566
<a href="#word-break" class="property">'word-break'</a> property.</li>
35673567
<li>The <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#word-break-inside" class="property">'word-break-inside'</a>
35683568
property has been replaced by the
3569-
<a href="#hyphenate" class="property">'hyphenate'</a> property.</li>
3569+
<a href="#word-break:hyphenate" class="property">'hyphenate'</a> property.</li>
35703570
<li>The <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#wrap-option" class="property">'wrap-option'</a>
35713571
property has been replaced by the
35723572
<a href="#text-wrap" class="property">'text-wrap'</a> and

0 commit comments

Comments
 (0)