Skip to content

Commit 94be9de

Browse files
committed
[css-text-3] Markup fixes
Restore old ids that were used in some external links
1 parent 185697b commit 94be9de

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

css-text-3/Overview.bs

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,7 @@ Characters and Letters</h3>
354354
<h2 id="transforming">
355355
Transforming Text</h2>
356356

357-
<h3 id="text-transform-property">
358-
<span id="caps-prop"></span>
359-
<span id="text-transform"></span>
357+
<h3 id="text-transform-property" oldids="text-transform caps-prop">
360358
Case Transforms: the 'text-transform' property</h3>
361359

362360
<pre class="propdef">
@@ -578,8 +576,7 @@ Characters and Letters</h3>
578576
rule similar to ''@counter-style'' from [[CSS-COUNTER-STYLES-3]].
579577

580578

581-
<h2 id="white-space-property">
582-
<span id="white-space-collapsing"></span><span id='text-wrap'></span>
579+
<h2 id="white-space-property" oldids="white-space-collapsing text-wrap">
583580
White Space and Wrapping: the 'white-space' property</h2>
584581

585582
<pre class="propdef">
@@ -1200,7 +1197,7 @@ Characters and Letters</h3>
12001197
<p>White space that was not removed or collapsed during the white space
12011198
processing steps is called <dfn>preserved</dfn> white space.</p>
12021199

1203-
<h3 id="tab-size-property" caniuse="css3-tabsize">
1200+
<h3 id="tab-size-property" caniuse="css3-tabsize" oldids="tab-size">
12041201
Tab Character Size: the 'tab-size' property</h3>
12051202

12061203
<pre class="propdef">
@@ -2324,7 +2321,7 @@ Shaping Across Intra-word Breaks</h3>
23242321

23252322
<p>Alignment and justification controls how inline content is distributed within a line box.
23262323

2327-
<h3 id="text-align-property">
2324+
<h3 id="text-align-property" oldids="text-align">
23282325
Text Alignment: the 'text-align' shorthand</h3>
23292326

23302327
<pre class="propdef shorthand">
@@ -2490,7 +2487,7 @@ Shaping Across Intra-word Breaks</h3>
24902487
<p>See <a href="#bidi-linebox">Bidirectionality and line boxes</a>
24912488
for details on how to determine the <a spec=css-writing-modes-3>start</a> and <a spec=css-writing-modes-3>end</a> edges of a line box.
24922489

2493-
<h3 id="text-align-all-property">
2490+
<h3 id="text-align-all-property" oldids="text-align-all">
24942491
Default Text Alignment: the 'text-align-all' property</h3>
24952492

24962493
<pre class="propdef">
@@ -2513,7 +2510,7 @@ Shaping Across Intra-word Breaks</h3>
25132510
<p class="advisement">
25142511
Authors should use the 'text-align' shorthand instead of this property.
25152512

2516-
<h3 id="text-align-last-property" caniuse="css-text-align-last">
2513+
<h3 id="text-align-last-property" caniuse="css-text-align-last" oldids="text-align-last">
25172514
Last Line Alignment: the 'text-align-last' property</h3>
25182515

25192516
<pre class="propdef">
@@ -2567,7 +2564,7 @@ Shaping Across Intra-word Breaks</h3>
25672564
-->
25682565
</wpt>
25692566

2570-
<h3 id="text-justify-property" caniuse="css-text-justify">
2567+
<h3 id="text-justify-property" caniuse="css-text-justify" oldids="text-justify">
25712568
Justification Method: the 'text-justify' property</h3>
25722569

25732570
<pre class="propdef">
@@ -2887,7 +2884,7 @@ Minimum Requirements for ''text-justify/auto'' Justification</h4>
28872884
<pre>p { word-spacing: -50%; }</pre>
28882885
</div>
28892886

2890-
<h3 id="word-spacing-property">
2887+
<h3 id="word-spacing-property" oldids="word-spacing">
28912888
Word Spacing: the 'word-spacing' property</h3>
28922889

28932890
<pre class="propdef">
@@ -2936,7 +2933,7 @@ Word Spacing: the 'word-spacing' property</h3>
29362933
General punctuation and fixed-width spaces (such as U+3000 and U+2000
29372934
through U+200A) are not considered word-separator characters.</p>
29382935

2939-
<h3 id="letter-spacing-property" caniuse="css-letter-spacing">
2936+
<h3 id="letter-spacing-property" caniuse="css-letter-spacing" oldids="letter-spacing">
29402937
Tracking: the 'letter-spacing' property</h3>
29412938

29422939
<pre class="propdef">
@@ -3232,7 +3229,7 @@ Cursive Scripts</h4>
32323229
the indentation of lines with respect to other lines in the block ('text-indent')
32333230
and how content is measured at the start and end edges of a line ('hanging-punctuation').
32343231

3235-
<h3 id="text-indent-property" caniuse="css-text-indent">
3232+
<h3 id="text-indent-property" caniuse="css-text-indent" oldids="text-indent">
32363233
First Line Indentation: the 'text-indent' property</h3>
32373234

32383235
<pre class="propdef">
@@ -3346,7 +3343,7 @@ Cursive Scripts</h4>
33463343
For this reason, it is often wise to specify 'text-indent: 0' on
33473344
elements that are specified 'display: inline-block'.</p>
33483345

3349-
<h3 id="hanging-punctuation-property" caniuse="css-hanging-punctuation">
3346+
<h3 id="hanging-punctuation-property" caniuse="css-hanging-punctuation" oldids="hanging-punctuation">
33503347
Hanging Punctuation: the 'hanging-punctuation' property</h3>
33513348

33523349
<pre class="propdef">

0 commit comments

Comments
 (0)