8000 Make the new ids better by not starting them with 'the'. · simonwuelker/csswg-drafts@62eafd9 · GitHub
Skip to content

Commit 62eafd9

Browse files
committed
Make the new ids better by not starting them with 'the'.
1 parent 1820231 commit 62eafd9

4 files changed

Lines changed: 64 additions & 57 deletions

File tree

css3-animations/Overview.html

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -151,35 +151,39 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
151151
<li><a href="#timing-functions"><span class=secno>3.1. </span> Timing
152152
functions for keyframes </a>
153153

154-
<li><a href="#the-animation-name"><span class=secno>3.2. </span> The
155-
<code class=property>'animation-name'</code> Property </a>
154+
<li><a href="#animation-name-property"><span class=secno>3.2. </span>
155+
The <code class=property>'animation-name'</code> Property </a>
156156

157-
<li><a href="#the-animation-duration"><span class=secno>3.3. </span> The
158-
<code class=property>'animation-duration'</code> Property </a>
157+
<li><a href="#animation-duration-property"><span class=secno>3.3.
158+
</span> The <code class=property>'animation-duration'</code> Property
159+
</a>
159160

160-
<li><a href="#the-animation-timing-function"><span class=secno>3.4.
161+
<li><a href="#animation-timing-function-property"><span class=secno>3.4.
161162
</span> The <code class=property>'animation-timing-function'</code>
162163
Property </a>
163164

164-
<li><a href="#the-animation-iteration-count"><span class=secno>3.5.
165+
<li><a href="#animation-iteration-count-property"><span class=secno>3.5.
165166
</span> The <code class=property>'animation-iteration-count'</code>
166167
Property </a>
167168

168< 8096 code>-
<li><a href="#the-animation-direction"><span class=secno>3.6. </span>
169-
The <code class=property>'animation-direction'</code> Property </a>
169+
<li><a href="#animation-direction-property"><span class=secno>3.6.
170+
</span> The <code class=property>'animation-direction'</code> Property
171+
</a>
170172

171-
<li><a href="#the-animation-play-state"><span class=secno>3.7.
173+
<li><a href="#animation-play-state-property"><span class=secno>3.7.
172174
</span><span> The <code class=property>'animation-play-state'</code>
173175
Property </span></a>
174176

175-
<li><a href="#the-animation-delay"><span class=secno>3.8. </span> The
176-
<code class=property>'animation-delay'</code> Property </a>
177+
<li><a href="#animation-delay-property"><span class=secno>3.8. </span>
178+
The <code class=property>'animation-delay'</code> Property </a>
177179

178-
<li><a href="#the-animation-fill-mode"><span class=secno>3.9. </span>
179-
The <code class=property>'animation-fill-mode'</code> Property </a>
180+
<li><a href="#animation-fill-mode-property"><span class=secno>3.9.
181+
</span> The <code class=property>'animation-fill-mode'</code> Property
182+
</a>
180183

181-
<li><a href="#the-animation"><span class=secno>3.10. </span> The <code
182-
class=property>'animation'</code> Shorthand Property </a>
184+
<li><a href="#animation-shorthand-property"><span class=secno>3.10.
185+
</span> The <code class=property>'animation'</code> Shorthand Property
186+
</a>
183187
</ul>
184188

185189
<li><a href="#animation-events"><span class=secno>4. </span> Animation
@@ -492,7 +496,7 @@ <h3 id=timing-functions><span class=secno>3.1. </span><a
492496
<!-- ======================================================================================================= -->
493497
<!-- ======================================================================================================= -->
494498

495-
<h3 id=the-animation-name><span class=secno>3.2. </span><a
499+
<h3 id=animation-name-property><span class=secno>3.2. </span><a
496500
id=the-animation-name-property-> The <code
497501
class=property>'animation-name'</code> Property </a></h3>
498502

@@ -602,7 +606,7 @@ <h3 id=the-animation-name><span class=secno>3.2. </span><a
602606
-->
603607
<!-- ======================================================================================================= -->
604608

605-
<h3 id=the-animation-duration><span class=secno>3.3. </span><a
609+
<h3 id=animation-duration-property><span class=secno>3.3. </span><a
606610
id=the-animation-duration-property-> The <code
607611
class=property>'animation-duration'</code> Property </a></h3>
608612

@@ -666,7 +670,7 @@ <h3 id=the-animation-duration><span class=secno>3.3. </span><a
666670
instantaneous. Also, animation events are still fired.</p>
667671
<!-- ======================================================================================================= -->
668672

669-
<h3 id=the-animation-timing-function><span class=secno>3.4. </span><a
673+
<h3 id=animation-timing-function-property><span class=secno>3.4. </span><a
670674
id="animation-timing-function_tag"> The <code
671675
class=property>'animation-timing-function'</code> Property </a></h3>
672676

@@ -739,7 +743,7 @@ <h3 id=the-animation-timing-function><span class=secno>3.4. </span><a
739743
specified for the animation is used.</p>
740744
<!-- ======================================================================================================= -->
741745

742-
<h3 id=the-animation-iteration-count><span class=secno>3.5. </span><a
746+
<h3 id=animation-iteration-count-property><span class=secno>3.5. </span><a
743747
id=the-animation-iteration-count-property-> The <code
744748
class=property>'animation-iteration-count'</code> Property </a></h3>
745749

@@ -801,7 +805,7 @@ <h3 id=the-animation-iteration-count><span class=secno>3.5. </span><a
801805
</table>
802806
<!-- ======================================================================================================= -->
803807

804-
<h3 id=the-animation-direction><span class=secno>3.6. </span><a
808+
<h3 id=animation-direction-property><span class=secno>3.6. </span><a
805809
id=the-animation-direction-property-> The <code
806810
class=property>'animation-direction'</code> Property </a></h3>
807811

@@ -880,7 +884,7 @@ <h3 id=the-animation-direction><span class=secno>3.6. </span><a
880884
</dl>
881885
<!-- ======================================================================================================= -->
882886

883-
<h3 id=the-animation-play-state><span class=secno>3.7. </span><span
887+
<h3 id=animation-play-state-property><span class=secno& A3CA gt;3.7. </span><span
884888
id=the-animation-play-state-property-> The <a
885889
href="#animation-play-state"><code
886890
class=property>'animation-play-state'</code></a> Property </span></h3>
@@ -940,7 +944,7 @@ <h3 id=the-animation-play-state><span class=secno>3.7. </span><span
940944
</table>
941945
<!-- ======================================================================================================= -->
942946

943-
<h3 id=the-animation-delay><span class=secno>3.8. </span><a
947+
<h3 id=animation-delay-property><span class=secno>3.8. </span><a
944948
id=the-animation-delay-property-> The <code
945949
class=property>'animation-delay'</code> Property </a></h3>
946950

@@ -1007,7 +1011,7 @@ <h3 id=the-animation-delay><span class=secno>3.8. </span><a
10071011
</table>
10081012
<!-- ======================================================================================================= -->
10091013

1010-
<h3 id=the-animation-fill-mode><span class=secno>3.9. </span><a
1014+
<h3 id=animation-fill-mode-property><span class=secno>3.9. </span><a
10111015
id=the-animation-fill-mode-property-> The <code
10121016
class=property>'animation-fill-mode'</code> Property </a></h3>
10131017

@@ -1100,7 +1104,7 @@ <h3 id=the-animation-fill-mode><span class=secno>3.9. </span><a
11001104
</table>
11011105
<!-- ======================================================================================================= -->
11021106

1103-
<h3 id=the-animation><span class=secno>3.10. </span><a
1107+
<h3 id=animation-shorthand-property><span class=secno>3.10. </span><a
11041108
id=the-animation-shorthand-property-> The <code
11051109
class=property>'animation'</code> Shorthand Property </a></h3>
11061110

css3-animations/Overview.src.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ <h3 id="timing-functions"><a id="id=timing-functions-for-keyframes-">
342342
</p><!-- ======================================================================================================= -->
343343

344344
<!-- ======================================================================================================= -->
345-
<h3 id="the-animation-name"><a id="the-animation-name-property-">
345+
<h3 id="animation-name-property"><a id="the-animation-name-property-">
346346
The <code class="property">'animation-name' 8096 </code> Property
347347
</a></h3>
348348
<p>
@@ -480,7 +480,7 @@ <h3 id="the-animation-name"><a id="the-animation-name-property-">
480480

481481

482482
<!-- ======================================================================================================= -->
483-
<h3 id="the-animation-duration"><a id="the-animation-duration-property-">
483+
<h3 id="animation-duration-property"><a id="the-animation-duration-property-">
484484
The <code class="property">'animation-duration'</code> Property
485485
</a></h3>
486486
<p>
@@ -567,7 +567,7 @@ <h3 id="the-animation-duration"><a id="the-animation-duration-property-">
567567
</p>
568568

569569
<!-- ======================================================================================================= -->
570-
<h3 id="the-animation-timing-function"><a id="animation-timing-function_tag">
570+
<h3 id="animation-timing-function-property"><a id="animation-timing-function_tag">
571571
The <code class="property">'animation-timing-function'</code> Property
572572
</a></h3>
573573
<p>
@@ -648,7 +648,7 @@ <h3 id="the-animation-timing-function"><a id="animation-timing-function_tag">
648648
</p>
649649

650650
<!-- ======================================================================================================= -->
651-
<h3 id="the-animation-iteration-count"><a id="the-animation-iteration-count-property-">
651+
<h3 id="animation-iteration-count-property"><a id="the-animation-iteration-count-property-">
652652
The <code class="property">'animation-iteration-count'</code> Property
653653
</a></h3>
654654
<p>
@@ -728,7 +728,7 @@ <h3 id="the-animation-iteration-count"><a id="the-animation-iteration-count-prop
728728
</tr>
729729
</tbody>
730730
</table><!-- ======================================================================================================= -->
731-
<h3 id="the-animation-direction"><a id="the-animation-direction-property-">
731+
<h3 id="animation-direction-property"><a id="the-animation-direction-property-">
732732
The <code class="property">'animation-direction'</code> Property
733733
</a></h3>
734734
<p>
@@ -813,7 +813,7 @@ <h3 id="the-animation-direction"><a id="the-animation-direction-property-">
813813
<dd>The animation cycle iterations that are odd counts are played in the reverse direction, and the animation cycle iterations that are even counts are played in a normal direction.</dd>
814814
</dl>
815815
<!-- ======================================================================================================= -->
816-
<h3 id="the-animation-play-state"><span id="the-animation-play-state-property-">
816+
<h3 id="animation-play-state-property"><span id="the-animation-play-state-property-">
817817
The <code class="property">'animation-play-state'</code> Property
818818
</a></h3>
819819

@@ -888,7 +888,7 @@ <h3 id="the-animation-play-state"><span id="the-animation-play-state-property-">
888888
</tr>
889889
</tbody>
890890
</table><!-- ======================================================================================================= -->
891-
<h3 id="the-animation-delay"><a id="the-animation-delay-property-">
891+
<h3 id="animation-delay-property"><a id="the-animation-delay-property-">
892892
The <code class="property">'animation-delay'</code> Property
893893
</a></h3>
894894
<p>
@@ -977,7 +977,7 @@ <h3 id="the-animation-delay"><a id="the-animation-delay-property-">
977977
</tr>
978978
</tbody>
979979
</table><!-- ======================================================================================================= -->
980-
<h3 id="the-animation-fill-mode"><a id="the-animation-fill-mode-property-">
980+
<h3 id="animation-fill-mode-property"><a id="the-animation-fill-mode-property-">
981981
The <code class="property">'animation-fill-mode'</code> Property
982982
</a></h3>
983983
<p>
@@ -1084,7 +1084,7 @@ <h3 id="the-animation-fill-mode"><a id="the-animation-fill-mode-property-">
10841084
</tr>
10851085
</tbody>
10861086
</table><!-- ======================================================================================================= -->
1087-
<h3 id="the-animation"><a id="the-animation-shorthand-property-">
1087+
<h3 id="animation-shorthand-property"><a id="the-animation-shorthand-property-">
10881088
The <code class="property">'animation'</code> Shorthand Property
10891089
</a></h3>
10901090
<p>

css3-transitions/Overview.html

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626

2727
<h1>CSS Transitions</h1>
2828

29-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 March 2012</h2>
29+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 March 2012</h2>
3030

3131
<dl>
3232
<dt>This version:
3333

34-
<dd> <a href="http://www.w3.org/TR/2012/ED-css3-transitions-20120329/">
34+
<dd> <a href="http://www.w3.org/TR/2012/ED-css3-transitions-20120330/">
3535
http://dev.w3.org/csswg/css3-transitions/</a>
36-
<!--http://www.w3.org/TR/2012/WD-css3-transitions-20120329-->
36+
<!--http://www.w3.org/TR/2012/WD-css3-transitions-20120330-->
3737

3838
<dt>Latest version:
3939

@@ -153,21 +153,24 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
153153

154154
<li><a href="#transitions"><span class=secno>2. </span>Transitions</a>
155155
<ul class=toc>
156-
<li><a href="#the-transition-property"><span class=secno>2.1. </span>
157-
The <code class=property>'transition-property'</code> Property </a>
156+
<li><a href="#transition-property-property"><span class=secno>2.1.
157+
</span> The <code class=property>'transition-property'</code> Property
158+
</a>
158159

159-
<li><a href="#the-transition-duration"><span class=secno>2.2. </span>
160-
The <code class=property>'transition-duration'</code> Property </a>
160+
<li><a href="#transition-duration-property"><span class=secno>2.2.
161+
</span> The <code class=property>'transition-duration'</code> Property
162+
</a>
161163

162-
<li><a href="#the-transition-timing-function"><span class=secno>2.3.
163-
</span> The <code class=property>'transition-timing-function'</code>
164-
Property </a>
164+
<li><a href="#transition-timing-function-property"><span
165+
class=secno>2.3. </span> The <code
166+
class=property>'transition-timing-function'</code> Property </a>
165167

166-
<li><a href="#the-transition-delay"><span class=secno>2.4. </span> The
167-
<code class=property>'transition-delay'</code> Property </a>
168+
<li><a href="#transition-delay-property"><span class=secno>2.4. </span>
169+
The <code class=property>'transition-delay'</code> Property </a>
168170

169-
<li><a href="#the-transition-shorthand"><span class=secno>2.5. </span>
170-
The <code class=property>'transition'</code> Shorthand Property </a>
171+
<li><a href="#transition-shorthand-property"><span class=secno>2.5.
172+
</span> The <code class=property>'transition'</code> Shorthand Property
173+
</a>
171174
</ul>
172175

173176
<li><a href="#starting"><span class=secno>3. </span> Starting of
@@ -318,7 +321,7 @@ <h2 id=transitions><span class=secno>2. </span><a
318321
class=property>'width'</code> property of 1 second duration.</div>
319322
<!-- ======================================================================================================= -->
320323

321-
<h3 id=the-transition-property><span class=secno>2.1. </span><a
324+
<h3 id=transition-property-property><span class=secno>2.1. </span><a
322325
id=the-transition-property-property-> The <code
323326
class=property>'transition-property'</code> Property </a></h3>
324327

@@ -422,7 +425,7 @@ <h3 id=the-transition-property><span class=secno>2.1. </span><a
422425
properties.</p>
423426
<!-- ======================================================================================================= -->
424427

425-
<h3 id=the-transition-duration><span class=secno>2.2. </span><a
428+
<h3 id=transition-duration-property><span class=secno>2.2. </span><a
426429
id=the-transition-duration-property-> The <code
427430
class=property>'transition-duration'</code> Property </a></h3>
428431

@@ -483,7 +486,7 @@ <h3 id=the-transition-duration><span class=secno>2.2. </span><a
483486
<!-- =======================================================================================================
484487
-->
485488

486-
<h3 id=the-transition-timing-function><span class=secno>2.3. </span><a
489+
<h3 id=transition-timing-function-property><span class=secno>2.3. </span><a
487490
id="transition-timing-function_tag"> The <code
488491
class=property>'transition-timing-function'</code> Property </a></h3>
489492

@@ -640,7 +643,7 @@ <h3 id=the-transition-timing-function><span class=secno>2.3. </span><a
640643
</dl>
641644
<!-- ======================================================================================================= -->
642645

643-
<h3 id=the-transition-delay><span class=secno>2.4. </span><a
646+
<h3 id=transition-delay-property><span class=secno>2.4. </span><a
644647
id=the-transition-delay-property-> The <code
645648
class=property>'transition-delay'</code> Property </a></h3>
646649

@@ -709,7 +712,7 @@ <h3 id=the-transition-delay><span class=secno>2.4. </span><a
709712
</table>
710713
<!-- ======================================================================================================= -->
711714

712-
<h3 id=the-transition-shorthand><span class=secno>2.5. </span><a
715+
<h3 id=transition-shorthand-property><span class=secno>2.5. </span><a
713716
id=the-transition-shorthand-property-> The <code
714717
class=property>'transition'</code> Shorthand Property </a></h3>
715718

css3-transitions/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2 id="transitions"><a id="transitions-">Transitions</a></h2>
176176
</div>
177177

178178
<!-- ======================================================================================================= -->
179-
<h3 id=the-transition-property><a id=the-transition-property-property->
179+
<h3 id=transition-property-property><a id=the-transition-property-property->
180180
The <code class="property">'transition-property'</code> Property
181181
</a></h3>
182182
<p>
@@ -298,7 +298,7 @@ <h3 id=the-transition-property><a id=the-transition-property-property->
298298
</p>
299299

300300
<!-- ======================================================================================================= -->
301-
<h3 id=the-transition-duration><a id=the-transition-duration-property->
301+
<h3 id=transition-duration-property><a id=the-transition-duration-property->
302302
The <code class="property">'transition-duration'</code> Property
303303
</a></h3>
304304
<p>
@@ -379,7 +379,7 @@ <h3 id=the-transition-duration><a id=the-transition-duration-property->
379379
<!-- =======================================================================================================
380380
-->
381381

382-
<h3 id="the-transition-timing-function"><a id=transition-timing-function_tag>
382+
<h3 id=transition-timing-function-property><a id=transition-timing-function_tag>
383383
The <code class="property">'transition-timing-function'</code> Property
384384
</a></h3>
385385
<p>
@@ -585,7 +585,7 @@ <h3 id="the-transition-timing-function"><a id=transition-timing-function_tag>
585585
exceed this range.
586586
</dd>
587587
</dl><!-- ======================================================================================================= -->
588-
<h3 id=the-transition-delay><a id=the-transition-delay-property->
588+
<h3 id=transition-delay-property><a id=the-transition-delay-property->
589589
The <code class="property">'transition-delay'</code> Property
590590
</a></h3>
591591
<p>
@@ -662,7 +662,7 @@ <h3 id=the-transition-delay><a id=the-transition-delay-property->
662662
</tr>
663663
</tbody>
664664
</table><!-- ======================================================================================================= -->
665-
<h3 id=the-transition-shorthand><a id=the-transition-shorthand-property->
665+
<h3 id=transition-shorthand-property><a id=the-transition-shorthand-property->
666666
The <code class="property">'transition'</code> Shorthand Property
667667
</a></h3>
668668
<p>

0 commit comments

Comments
 (0)