@@ -1167,7 +1167,7 @@ Line Breaking Details</h3>
1167
1167
however UAs are strongly encouraged to optimize their line-breaking implementation
1168
1168
to choose good break points and appropriate hyphenation points.
1169
1169
Hyphenation opportunities <em> are</em> considered when calculating
1170
- '' min-content'' intrinsic sizes.
1170
+ <a lt=" min-content size">min-content intrinsic sizes</a> .
1171
1171
<!-- This is because it allows tables to hyphenate instead of overflowing,
1172
1172
which is particularly important in long-word languages like German.
1173
1173
https://bugzilla.mozilla.org/show_bug.cgi?id=418975 -->
@@ -1305,7 +1305,7 @@ Canonical order: N/A
1305
1305
</dl>
1306
1306
1307
1307
<p><i> Soft wrap opportunities</i> introduced by ''overflow-wrap: break-word''
1308
- are not considered when calculating '' min-content'' intrinsic sizes.
1308
+ are not considered when calculating <a lt=" min-content size">min-content intrinsic sizes</a> .
1309
1309
1310
1310
<p> For legacy reasons, UAs must treat 'word-wrap' as an alternate name
1311
1311
for the 'overflow-wrap' property, as if it were a <i> shorthand</i> of 'overflow-wrap' .
@@ -1416,7 +1416,7 @@ Canonical order: N/A
1416
1416
or containing block.
1417
1417
1418
1418
<p> In the case of ''justify'' , the UA may stretch or shrink any inline boxes
1419
- by <a href="#text-justify">adjusting</a> their text. (See 'text-justify' .)
1419
+ by <a href="#text-justify-property ">adjusting</a> their text. (See 'text-justify' .)
1420
1420
If an element's white space is not <a href="#collapse">collapsible</a> ,
1421
1421
then the UA is not required to adjust its text for the purpose of justification
1422
1422
and may instead treat the text as having no <i> justification opportunities</i> .
@@ -1946,7 +1946,7 @@ Word Spacing: the 'word-spacing' property</h3>
1946
1946
1947
1947
<p> <dfn id="word-separator" lt="word-separator character | word separator">Word-separator characters</dfn>
1948
1948
are <i> typographic character units</i> whose purpose and general usage is to separate words.
1949
- In [UNICODE] this includes
1949
+ In [[ UNICODE] ] this includes
1950
1950
the space (U+0020), the no-break space (U+00A0), the Ethiopic word space (U+1361),
1951
1951
the Aegean word separators (U+10100,U+10101), the Ugaritic word divider (U+1039F),
1952
1952
and the Phoenician Word Separator (U+1091F).
@@ -2010,7 +2010,7 @@ Word Spacing: the 'word-spacing' property</h3>
2010
2010
and is in addition to any 'word-spacing' .
2011
2011
Depending on the justification rules in effect,
2012
2012
user agents may further increase or decrease the space between <i> typographic character units</i>
2013
- in order to <a href="#text-justify">justify text</a> .
2013
+ in order to <a href="#text-justify-property ">justify text</a> .
2014
2014
2015
2015
<p> Values have the following meanings:
2016
2016
@@ -2111,7 +2111,7 @@ Word Spacing: the 'word-spacing' property</h3>
2111
2111
regardless of where any element boundaries might fall.
2112
2112
2113
2113
<p> When the effective spacing between two characters is not zero
2114
- (due to either <a href="#text-justify">justification</a>
2114
+ (due to either <a href="#text-justify-property ">justification</a>
2115
2115
or a non-zero value of 'letter-spacing' ),
2116
2116
user agents should not apply optional ligatures.</p>
2117
2117
@@ -2558,15 +2558,15 @@ Text Processing Order of Operations</h2>
2558
2558
<li> <a href="http://www.w3.org/TR/css3-writing-modes/#text-orientation">text orientation</a> [[!CSS3-WRITING-MODES]]
2559
2559
<li> <a href="#wrapping">text wrapping</a> while applying per line:
2560
2560
<ol style="list-style: lower-roman">
2561
- <li> <a href="#text-indent">indentation</a>
2561
+ <li> <a href="#text-indent-property ">indentation</a>
2562
2562
<li> <a href="http://www.w3.org/TR/css3-writing-modes/#text-direction">bidirectional reordering</a> [[!CSS21]] / [[!CSS3-WRITING-MODES]]
2563
2563
<li> <a href="#white-space-phase-2">white space processing</a> part II
2564
2564
<li> <a href="http://www.w3.org/TR/css3-fonts/">font/glyph selection and positioning</a> [[!CSS21]] / [[!CSS3-FONTS]]
2565
2565
<li> 'letter-spacing' and 'word-spacing'
2566
- <li> <a href="#hanging-punctuation">hanging punctuation</a>
2566
+ <li> <a href="#hanging-punctuation-property ">hanging punctuation</a>
2567
2567
</ol>
2568
2568
<li> <a href="#justification">justification</a> (which may affect glyph selection and/or text wrapping, looping back into that step)
2569
- <li> <a href="#text-align">text alignment</a>
2569
+ <li> <a href="#text-align-property ">text alignment</a>
2570
2570
</ol>
2571
2571
2572
2572
<h2 class="no-num" id="default-stylesheet">
0 commit comments