@@ -252,8 +252,8 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
252252 transitions</ em > , which describe how CSS properties can be made to change
253253 smoothly from one value to another over a given duration.
254254
255- < h2 id =transitions > < span class =secno > 2. </ span > < a
256- id = transitions- > Transitions</ a > </ h2 >
255+ < h2 id =transitions > < span class =secno > 2. </ span > < a id = transitions-
256+ title ="" > Transitions</ a > </ h2 >
257257
258258 < p > Normally when the value of a CSS property changes, the rendered result
259259 is instantly updated, with the affected elements immediately changing from
@@ -362,7 +362,7 @@ <h2 id=transitions><span class=secno>2. </span><a
362362 <!-- ======================================================================================================= -->
363363
364364 < h3 id =transition-property-property > < span class =secno > 2.1. </ span > < a
365- id =the-transition-property-property- > The ‘< code
365+ id =the-transition-property-property- title ="" > The ‘< code
366366 class =property > transition-property</ code > ’ Property </ a > </ h3 >
367367
368368 < p > The ‘< a href ="#transition-property "> < code
@@ -481,7 +481,7 @@ <h3 id=transition-property-property><span class=secno>2.1. </span><a
481481 <!-- ======================================================================================================= -->
482482
483483 < h3 id =transition-duration-property > < span class =secno > 2.2. </ span > < a
484- id =the-transition-duration-property- > The ‘< code
484+ id =the-transition-duration-property- title ="" > The ‘< code
485485 class =property > transition-duration</ code > ’ Property </ a > </ h3 >
486486
487487 < p > The ‘< a href ="#transition-duration "> < code
@@ -553,7 +553,7 @@ <h3 id=transition-duration-property><span class=secno>2.2. </span><a
553553 -->
554554
555555 < h3 id =transition-timing-function-property > < span class =secno > 2.3. </ span > < a
556- id ="transition-timing-function_tag "> The ‘< code
556+ id ="transition-timing-function_tag " title ="" > The ‘< code
557557 class =property > transition-timing-function</ code > ’ Property </ a > </ h3 >
558558
559559 < p > The ‘< a href ="#transition-timing-function "> < code
@@ -723,7 +723,7 @@ <h3 id=transition-timing-function-property><span class=secno>2.3. </span><a
723723 <!-- ======================================================================================================= -->
724724
725725 < h3 id =transition-delay-property > < span class =secno > 2.4. </ span > < a
726- id =the-transition-delay-property- > The ‘< code
726+ id =the-transition-delay-property- title ="" > The ‘< code
727727 class =property > transition-delay</ code > ’ Property </ a > </ h3 >
728728
729729 < p > The ‘< a href ="#transition-delay "> < code
@@ -803,7 +803,7 @@ <h3 id=transition-delay-property><span class=secno>2.4. </span><a
803803 <!-- ======================================================================================================= -->
804804
805805 < h3 id =transition-shorthand-property > < span class =secno > 2.5. </ span > < a
806- id =the-transition-shorthand-property- > The ‘< code
806+ id =the-transition-shorthand-property- title ="" > The ‘< code
807807 class =property > transition</ code > ’ Shorthand Property </ a > </ h3 >
808808
809809 < p > The ‘< a href ="#transition "> < code
@@ -1204,7 +1204,7 @@ <h2 id=application><span class=secno>4. </span> Application of transitions</h2>
12041204 start time) / (end time - start time) as the input to the timing function.
12051205
12061206 < h2 id =transition-events > < span class =secno > 5. </ span > < a
1207- id =transition-events- > Transition Events </ a > </ h2 >
1207+ id =transition-events- title ="" > Transition Events </ a > </ h2 >
12081208
12091209 < p > The completion of a CSS Transition generates a corresponding < a
12101210 href ="http://www.w3.org/TR/DOM-Level-2-Events/events.html "> DOM Event</ a > .
@@ -1319,7 +1319,7 @@ <h2 id=transition-events><span class=secno>5. </span><a
13191319 </ dl >
13201320
13211321 < h2 id =animatable-types > < span class =secno > 6. </ span > < a
1322- id =animation-of-property-types- > Animation of property types </ a > </ h2 >
1322+ id =animation-of-property-types- title ="" > Animation of property types </ a > </ h2 >
13231323
13241324 < p > When interpolating between two values, < var > V</ var > < sub > start</ sub > and
13251325 < var > V</ var > < sub > end</ sub > , interpolation is done using the output
@@ -1437,7 +1437,7 @@ <h2 id=animatable-types><span class=secno>6. </span><a
14371437 applied to any properties (in the shorthand) that can be animated.
14381438
14391439 < h2 id =animatable-properties > < span class =secno > 7. </ span > < a
1440- id =animatable-properties- > Animatable properties </ a > </ h2 >
1440+ id =animatable-properties- title ="" > Animatable properties </ a > </ h2 >
14411441 <!--
14421442 As resolved in
14431443 http://lists.w3.org/Archives/Public/www-style/2011Sep/0497.html
@@ -1471,7 +1471,7 @@ <h2 id=animatable-properties><span class=secno>7. </span><a
14711471 specification.
14721472
14731473 < h3 id =animatable-css > < span class =secno > 7.1. </ span > < a
1474- id =properties-from-css- > Properties from CSS </ a > </ h3 >
1474+ id =properties-from-css- title ="" > Properties from CSS </ a > </ h3 >
14751475
14761476 < p > The following definitions define the animation behavior for properties
14771477 in CSS Level 2 Revision 1 (< a href ="#ref-CSS21 "
@@ -1712,7 +1712,7 @@ <h3 id=animatable-css><span class=secno>7.1. </span><a
17121712 </ table >
17131713
17141714 < h3 id =animatable-svg > < span class =secno > 7.2. </ span > < a
1715- id =properties-from-svg- > Properties from SVG </ a > </ h3 >
1715+ id =properties-from-svg- title ="" > Properties from SVG </ a > </ h3 >
17161716
17171717 < p > All properties defined as animatable in the SVG specification, provided
17181718 they are one of the property types listed above.</ p >
0 commit comments