@@ -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
0 commit comments