Skip to content

Commit 343378c

Browse files
committed
Clean up preprocessor ID junk
--HG-- extra : rebase_source : 23fa7c2112b143c579ada1b1b96d11cfcfd0034a
1 parent bd6ffc0 commit 343378c

21 files changed

Lines changed: 373 additions & 372 deletions

File tree

bin/regenerate

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
curl -u user:pass $1 -F file=@Overview.src.html -F group=CSS -F output=html -F method=file https://www.w3.org/Style/Group/process.cgi -o Overview.html
2+
perl -pi -e 's/([\#"=])lt(.*?)gt/\1\2/g' Overview.html
23

css-backgrounds-4/Overview.html

Lines changed: 74 additions & 74 deletions
Large diffs are not rendered by default.

css-backgrounds/Overview.html

Lines changed: 74 additions & 74 deletions
Large diffs are not rendered by default.

css-box/Overview.html

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -638,10 +638,10 @@ <h2 id=dependencies-on-other-modules><span class=secno>2.
638638

639639
<li><cite>CSS Values and Units Module</cite> <a href="#CSS3VAL"
640640
rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a> – definitions of value
641-
types <dfn id=ltnumbergt><var>&lt;number&gt;</var></dfn>, <dfn
642-
id=ltpercentagegt><var>&lt;percentage&gt;</var></dfn>, <dfn
643-
id=ltanglegt><var>&lt;angle&gt;</var></dfn> and <dfn
644-
id=ltlengthgt><var>&lt;length&gt;</var></dfn>; defines the terms <dfn
641+
types <dfn id=number><var>&lt;number&gt;</var></dfn>, <dfn
642+
id=percentage><var>&lt;percentage&gt;</var></dfn>, <dfn
643+
id=angle><var>&lt;angle&gt;</var></dfn> and <dfn
644+
id=lenhgt><var>&lt;length&gt;</var></dfn>; defines the terms <dfn
645645
id=computed-value>computed value</dfn> and <dfn id=used-value.>used
646646
value.</dfn>
647647

@@ -656,7 +656,7 @@ <h2 id=dependencies-on-other-modules><span class=secno>2.
656656

657657
<li><cite>CSS Backgrounds and Borders Module</cite> <a href="#CSS3BG"
658658
rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a> – defines <dfn
659-
id=ltbg-positiongt><var>&lt;bg-position&gt;</var></dfn>
659+
id=bg-position><var>&lt;bg-position&gt;</var></dfn>
660660

661661
<li><cite>CSS Basic User Interface Module</cite> <a href="#CSS3UI"
662662
rel=biblioentry>[CSS3UI]<!--{{!CSS3UI}}--></a> – defines <dfn
@@ -2365,8 +2365,8 @@ <h2 id=the-padding-properties><span class=secno>7. </span>The padding
23652365
<tr>
23662366
<th>Value:
23672367

2368-
<td>[ <a href="#ltlengthgt"><var>&lt;length&gt;</var></a> | <a
2369-
href="#ltpercentagegt"><var>&lt;percentage&gt;</var></a> | auto ]{1,4}
2368+
<td>[ <a href="#lenhgt"><var>&lt;length&gt;</var></a> | <a
2369+
href="#percentage"><var>&lt;percentage&gt;</var></a> | auto ]{1,4}
23702370

23712371
<tr>
23722372
<th>Initial:
@@ -2432,8 +2432,8 @@ <h2 id=the-padding-properties><span class=secno>7. </span>The padding
24322432
<tr>
24332433
<th>Value:
24342434

2435-
<td>[ <a href="#ltlengthgt"><var>&lt;length&gt;</var></a> | <a
2436-
href="#ltpercentagegt"><var>&lt;percentage&gt;</var></a> | auto ]
2435+
<td>[ <a href="#lenhgt"><var>&lt;length&gt;</var></a> | <a
2436+
href="#percentage"><var>&lt;percentage&gt;</var></a> | auto ]
24372437

24382438
<tr>
24392439
<th>Initial:
@@ -2554,8 +2554,8 @@ <h2 id=the-margin-properties><span class=secno>8. </span>The margin
25542554
<tr>
25552555
<th>Value:
25562556

2557-
<td><a href="#ltlengthgt"><var>&lt;length&gt;</var></a> | <a
2558-
href="#ltpercentagegt"><var>&lt;percentage&gt;</var></a> | fill | auto
2557+
<td><a href="#lenhgt"><var>&lt;length&gt;</var></a> | <a
2558+
href="#percentage"><var>&lt;percentage&gt;</var></a> | fill | auto
25592559

25602560
<tr>
25612561
<th>Initial:
@@ -2619,8 +2619,8 @@ <h2 id=the-margin-properties><span class=secno>8. </span>The margin
26192619
<tr>
26202620
<th>Value:
26212621

2622-
<td>[ <a href="#ltlengthgt"><var>&lt;length&gt;</var></a> | <a
2623-
href="#ltpercentagegt"><var>&lt;percentage&gt;</var></a> | fill |
2622+
<td>[ <a href="#lenhgt"><var>&lt;length&gt;</var></a> | <a
2623+
href="#percentage"><var>&lt;percentage&gt;</var></a> | fill |
26242624
auto]{1,4}
26252625

26262626
<tr>
@@ -2698,13 +2698,13 @@ <h2 id=the-margin-properties><span class=secno>8. </span>The margin
26982698
<p>The values are as follows:
26992699

27002700
<dl>
2701-
<dt><a href="#ltlengthgt"><var>&lt;length&gt;</var></a>
2701+
<dt><a href="#lenhgt"><var>&lt;length&gt;</var></a>
27022702

27032703
<dd>Sets the margin to the given length. Note that the actual distance to
27042704
the next element may be different, due to <a href="#collapse."
27052705
title=collapse>margin collapsing.</a>
27062706

2707-
<dt><a href="#ltpercentagegt"><var>&lt;percentage&gt;</var></a>
2707+
<dt><a href="#percentage"><var>&lt;percentage&gt;</var></a>
27082708

27092709
<dd>Sets the margin to the given percentage of the <a
27102710
href="#block-dimension">block dimension</a> of the <a
@@ -3123,8 +3123,8 @@ <h2 id=min-max><span class=secno>10. </span>The min-width, max-width,
31233123
<tr>
31243124
<th>Value:
31253125

3126-
<td>[ [<a href="#ltlengthgt"><var>&lt;length&gt;</var></a> | <a
3127-
href="#ltpercentagegt"><var>&lt;percentage&gt;</var></a>] &amp;&amp;
3126+
<td>[ [<a href="#lenhgt"><var>&lt;length&gt;</var></a> | <a
3127+
href="#percentage"><var>&lt;percentage&gt;</var></a>] &amp;&amp;
31283128
[border-box | content-box]? ] | available | min-content | max-content |
31293129
fit-content
31303130

@@ -3185,8 +3185,8 @@ <h2 id=min-max><span class=secno>10. </span>The min-width, max-width,
31853185
<tr>
31863186
<th>Value:
31873187

3188-
<td>[ [<a href="#ltlengthgt"><var>&lt;length&gt;</var></a> | <a
3189-
href="#ltpercentagegt"><var>&lt;percentage&gt;</var></a>] &amp;&amp;
3188+
<td>[ [<a href="#lenhgt"><var>&lt;length&gt;</var></a> | <a
3189+
href="#percentage"><var>&lt;percentage&gt;</var></a>] &amp;&amp;
31903190
[border-box | content-box]? ] | available | min-content | max-content |
31913191
fit-content | none
31923192

@@ -3240,13 +3240,13 @@ <h2 id=min-max><span class=secno>10. </span>The min-width, max-width,
32403240
to a certain range. Values have the following meanings:
32413241

32423242
<dl>
3243-
<dt><a href="#ltlengthgt"><var>&lt;length&gt;</var></a>
3243+
<dt><a href="#lenhgt"><var>&lt;length&gt;</var></a>
32443244

32453245
<dd>Specifies a fixed minimum or maximum for ‘<a href="#width"><code
32463246
class=property>width</code></a>’ or ‘<a href="#height"><code
32473247
class=property>height</code></a>’. Negative values are illegal.
32483248

3249-
<dt><a href="#ltpercentagegt"><var>&lt;percentage&gt;</var></a>
3249+
<dt><a href="#percentage"><var>&lt;percentage&gt;</var></a>
32503250

32513251
<dd>Specifies a minimum or maximum for ‘<a href="#width"><code
32523252
class=property>width</code></a>’ or ‘<a href="#height"><code
@@ -7082,7 +7082,7 @@ <h3 id=notes><span class=secno>23.3. </span>Notes</h3>
70827082
<h3 id=the-ltnumbergt-value><span class=secno>23.4. </span>The
70837083
&lt;number&gt; value</h3>
70847084

7085-
<p>A <a href="#ltnumbergt"><var>&lt;number&gt;</var></a> value sets the
7085+
<p>A <a href="#number"><var>&lt;number&gt;</var></a> value sets the
70867086
width or height to that many times the <em>intrinsic width</em> resp.
70877087
height of the element. The computed value is the number itself.
70887088

@@ -7108,7 +7108,7 @@ <h3 id=the-ltnumbergt-value><span class=secno>23.4. </span>The
71087108
img {width: 0.5} /* half the intrinsic width */</pre>
71097109
</div>
71107110

7111-
<p class=note>Note that <a href="#ltnumbergt"><var>&lt;number&gt;</var></a>
7111+
<p class=note>Note that <a href="#number"><var>&lt;number&gt;</var></a>
71127112
does not exist in CSS level 2.
71137113

71147114
<h3 id=auto><span class=secno>23.5. </span>The <dfn id=auto0
@@ -7295,8 +7295,8 @@ <h3 id=complex-size><span class=secno>23.6. </span>Algorithm for
72957295
</ul>
72967296

72977297
<p class=note>Note that most can be of various types: <a
7298-
href="#ltlengthgt"><var>&lt;length&gt;</var></a>, <a
7299-
href="#ltpercentagegt"><var>&lt;percentage&gt;</var></a>, ‘<code
7298+
href="#lenhgt"><var>&lt;length&gt;</var></a>, <a
7299+
href="#percentage"><var>&lt;percentage&gt;</var></a>, ‘<code
73007300
class=css>auto</code>’, ‘<code class=css>shrink-wrap</code>’ or
73017301
<code class=css>none</code>’.
73027302

@@ -7310,10 +7310,10 @@ <h3 id=complex-size><span class=secno>23.6. </span>Algorithm for
73107310

73117311
<ul>
73127312
<li>The object's preferred width (a <a
7313-
href="#ltlengthgt"><var>&lt;length&gt;</var></a>)
7313+
href="#lenhgt"><var>&lt;length&gt;</var></a>)
73147314

73157315
<li>The object's preferred height (a <a
7316-
href="#ltlengthgt"><var>&lt;length&gt;</var></a>)
7316+
href="#lenhgt"><var>&lt;length&gt;</var></a>)
73177317
</ul>
73187318

73197319
<p>If ‘<a href="#width"><code class=property>width</code></a>’ is
@@ -8418,7 +8418,7 @@ <h2 class=no-num id=index>Index</h2>
84188418
<li>alignment, <a href="#alignment"
84198419
title="section 21."><strong>21.</strong></a>
84208420

8421-
<li><var>&lt;angle&gt;</var>, <a href="#ltanglegt"
8421+
<li><var>&lt;angle&gt;</var>, <a href="#angle"
84228422
title="section 2."><strong>2.</strong></a>
84238423

84248424
<li>anonymous box,, <a href="#anonymous-box"
@@ -8437,7 +8437,7 @@ <h2 class=no-num id=index>Index</h2>
84378437

84388438
<li>B edge,, <a href="#b-edge" title="section 3."><strong>3.</strong></a>
84398439

8440-
<li><var>&lt;bg-position&gt;</var>, <a href="#ltbg-positiongt"
8440+
<li><var>&lt;bg-position&gt;</var>, <a href="#bg-position"
84418441
title="section 2."><strong>2.</strong></a>
84428442

84438443
<li>block
@@ -8634,7 +8634,7 @@ <h2 class=no-num id=index>Index</h2>
86348634
<li>intrinsic width, <a href="#intrinsic-width"
86358635
title="section 12.">12.</a>
86368636

8637-
<li><var>&lt;length&gt;</var>, <a href="#ltlengthgt"
8637+
<li><var>&lt;length&gt;</var>, <a href="#lenhgt"
86388638
title="section 2."><strong>2.</strong></a>
86398639

86408640
<li>line box., <a href="#line-box."
@@ -8708,7 +8708,7 @@ <h2 class=no-num id=index>Index</h2>
87088708
<li>normal flow, <a href="#normal-flow"
87098709
title="section 5."><strong>5.</strong></a>
87108710

8711-
<li><var>&lt;number&gt;</var>, <a href="#ltnumbergt"
8711+
<li><var>&lt;number&gt;</var>, <a href="#number"
87128712
title="section 2."><strong>2.</strong></a>
87138713

87148714
<li>overflow, <a href="#overflow1"
@@ -8748,7 +8748,7 @@ <h2 class=no-num id=index>Index</h2>
87488748
<li>padding-top, <a href="#padding-top"
87498749
title="section 7."><strong>7.</strong></a>
87508750

8751-
<li><var>&lt;percentage&gt;</var>, <a href="#ltpercentagegt"
8751+
<li><var>&lt;percentage&gt;</var>, <a href="#percentage"
87528752
title="section 2."><strong>2.</strong></a>
87538753

87548754
<li>principal box, <a href="#principal-box"

css-color/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ <h3 id=foreground><span class=secno>3.1. </span>Foreground color: the ‘<a
439439

440440
<dl>
441441
<dt><a class="prop-value index-inst" href="#valuea-def-color"
442-
id=ltcolorgt>&lt;color&gt;</a>
442+
id=color>&lt;color&gt;</a>
443443

444444
<dd>Color units are defined in a <a href="#colorunits">following</a>
445445
section.
@@ -841,7 +841,7 @@ <h4 id=rgba-color><span class=secno>4.2.2. </span>RGBA color values</h4>
841841
class=css>rgba(</code>’ followed by a comma-separated list of three
842842
numerical values (either three integer values or three percentage values),
843843
followed by an <a class=index-inst href="#alphavaluedt"
844-
id=ltalphavaluegt>&lt;alphavalue&gt;</a>, followed by ‘<code
844+
id=alphavalue>&lt;alphavalue&gt;</a>, followed by ‘<code
845845
class=css>)</code>’. The integer value 255 corresponds to 100%,
846846
rgba(255,255,255,0.8) = rgba(100%,100%,100%,0.8). White space characters
847847
are allowed around the numerical values.
@@ -2727,7 +2727,7 @@ <h4 id=hsla-color style="margin-top:2em"><span class=secno>4.2.5.
27272727
<p>The format of an HSLA color value in the functional notation is ‘<code
27282728
class=css>hsla(</code>’ followed by the hue in degrees, saturation and
27292729
lightness as a percentage, and an <a class=index-inst href="#alphavaluedt"
2730-
id=ltalphavaluegt0>&lt;alphavalue&gt;</a>, followed by ‘<code
2730+
id=alphavalue0>&lt;alphavalue&gt;</a>, followed by ‘<code
27312731
class=css>)</code>’. White space characters are allowed around the
27322732
numerical values.
27332733

@@ -5087,8 +5087,8 @@ <h2 class=no-num id=index>Index</h2>
50875087
title="section 4.3."><strong>4.3.</strong></a>
50885088

50895089
<li>&lt;alphavalue&gt;, <a href="#alphavalue-def"
5090-
title="section 3.2."><strong>3.2.</strong></a>, <a href="#ltalphavaluegt"
5091-
title="section 4.2.2.">4.2.2.</a>, <a href="#ltalphavaluegt0"
5090+
title="section 3.2."><strong>3.2.</strong></a>, <a href="#alphavalue"
5091+
title="section 4.2.2.">4.2.2.</a>, <a href="#alphavalue0"
50925092
title="section 4.2.5.">4.2.5.</a>
50935093

50945094
<li>antiquewhite, <a href="#antiquewhite"
@@ -5160,7 +5160,7 @@ <h2 class=no-num id=index>Index</h2>
51605160
<li>color, <a href="#color0"
51615161
title="section 3.1."><strong>3.1.</strong></a>
51625162

5163-
<li>&lt;color&gt;, <a href="#ltcolorgt" title="section 3.1.">3.1.</a>, <a
5163+
<li>&lt;color&gt;, <a href="#color" title="section 3.1.">3.1.</a>, <a
51645164
href="#valuea-def-color" title="section 4."><strong>4.</strong></a>
51655165

51665166
<li>color-interpolation, <a href="#color-interpolation"

css-content/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ <h2 id=inserting-and-replacing-content-with-the><span class=secno>7.
15081508
<p>In both cases, this further inhibits the creation of any
15091509
pseudo-elements which have this pseudo-element as a superior.</p>
15101510

1511-
<dt><dfn id=ltcontent-listgt>&lt;content-list&gt;</dfn>
1511+
<dt><dfn id=content-list>&lt;content-list&gt;</dfn>
15121512

15131513
<dd> <!-- XXX find a sensible order for this -->
15141514
<p>[ pending(&lt;identifier&gt;) | &lt;string&gt; | contents | footnote |
@@ -1706,7 +1706,7 @@ <h2 id=inserting-and-replacing-content-with-the><span class=secno>7.
17061706
treated like &lsquo;<a href="#none0"><code
17071707
class=property>none</code></a>&rsquo;.</p>
17081708

1709-
<dt><dfn id=ltcountersgt>&lt;counters&gt;</dfn>
1709+
<dt><dfn id=counters>&lt;counters&gt;</dfn>
17101710

17111711
<dt>
17121712

@@ -1731,7 +1731,7 @@ <h2 id=inserting-and-replacing-content-with-the><span class=secno>7.
17311731
on <a href="#counters">automatic counters and numbering</a> for more
17321732
information.
17331733

1734-
<dt><dfn id=ltstringsgt>&lt;strings&gt;</dfn>
1734+
<dt><dfn id=strings>&lt;strings&gt;</dfn>
17351735

17361736
<dt>
17371737

@@ -1944,7 +1944,7 @@ <h2 class=no-num id=index>Index</h2>
19441944

19451945
<li>content, <a href="#content" title=content><strong>7.</strong></a>
19461946

1947-
<li>&lt;content-list&gt;, <a href="#ltcontent-listgt"
1947+
<li>&lt;content-list&gt;, <a href="#content-list"
19481948
title="&lt;content-list&gt;"><strong>7.</strong></a>
19491949

19501950
<li>contents, <a href="#contents0" title=contents><strong>7.</strong></a>
@@ -1957,7 +1957,7 @@ <h2 class=no-num id=index>Index</h2>
19571957

19581958
<li>counters, <a href="#counters0" title=counters><strong>5.</strong></a>
19591959

1960-
<li>&lt;counters&gt;, <a href="#ltcountersgt"
1960+
<li>&lt;counters&gt;, <a href="#counters"
19611961
title="&lt;counters&gt;"><strong>7.</strong></a>
19621962

19631963
<li>diamond, <a href="#diamond" title=diamond><strong>7.</strong></a>
@@ -2001,7 +2001,7 @@ <h2 class=no-num id=index>Index</h2>
20012001

20022002
<li>square, <a href="#square" title=square><strong>7.</strong></a>
20032003

2004-
<li>&lt;strings&gt;, <a href="#ltstringsgt"
2004+
<li>&lt;strings&gt;, <a href="#strings"
20052005
title="&lt;strings&gt;"><strong>7.</strong></a>
20062006
</ul>
20072007
<!--end-index-->

0 commit comments

Comments
 (0)