Skip to content

Commit 51dbec4

Browse files
committed
[css-transitions] Fix silly bikeshed error: Add title= on compatibility anchors to suppress autolinking since bikeshed attempts to autolink only a and i, whereas Bert's preprocessor attempts to autolink everything except a.
1 parent d29dc7f commit 51dbec4

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

css-transitions/Overview.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

css-transitions/Overview.src.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2 id="introduction">Introduction</h2>
9595
This document introduces new CSS features to enable <em>implicit transitions</em>, which describe how CSS properties can be made to change smoothly from one value to another over a given duration.
9696
</p>
9797

98-
<h2 id="transitions"><a id="transitions-">Transitions</a></h2>
98+
<h2 id="transitions"><a title="" id="transitions-">Transitions</a></h2>
9999
<p>
100100
Normally when the value of a CSS property changes, the rendered result is instantly updated, with the affected elements immediately changing from the old property value to the new property value. This section describes a way to specify transitions using new CSS properties. These properties are used to animate smoothly from the old state to the new state over time.
101101
</p>
@@ -192,7 +192,7 @@ <h2 id="transitions"><a id="transitions-">Transitions</a></h2>
192192
</p>
193193

194194
<!-- ======================================================================================================= -->
195-
<h3 id="transition-property-property"><a id="the-transition-property-property-">
195+
<h3 id="transition-property-property"><a title="" id="the-transition-property-property-">
196196
The 'transition-property' Property
197197
</a></h3>
198198
<p>
@@ -337,7 +337,7 @@ <h3 id="transition-property-property"><a id="the-transition-property-property-">
337337
</p>
338338

339339
<!-- ======================================================================================================= -->
340-
<h3 id="transition-duration-property"><a id="the-transition-duration-property-">
340+
<h3 id="transition-duration-property"><a title="" id="the-transition-duration-property-">
341341
The 'transition-duration' Property
342342
</a></h3>
343343
<p>
@@ -434,7 +434,7 @@ <h3 id="transition-duration-property"><a id="the-transition-duration-property-">
434434
<!-- =======================================================================================================
435435
-->
436436

437-
<h3 id="transition-timing-function-property"><a id="transition-timing-function_tag">
437+
<h3 id="transition-timing-function-property"><a title="" id="transition-timing-function_tag">
438438
The 'transition-timing-function' Property
439439
</a></h3>
440440
<p>
@@ -663,7 +663,7 @@ <h3 id="transition-timing-function-property"><a id="transition-timing-function_t
663663
exceed this range.
664664
</dd>
665665
</dl><!-- ======================================================================================================= -->
666-
<h3 id="transition-delay-property"><a id="the-transition-delay-property-">
666+
<h3 id="transition-delay-property"><a title="" id="the-transition-delay-property-">
667667
The 'transition-delay' Property
668668
</a></h3>
669669
<p>
@@ -756,7 +756,7 @@ <h3 id="transition-delay-property"><a id="the-transition-delay-property-">
756756
</tr>
757757
</tbody>
758758
</table><!-- ======================================================================================================= -->
759-
<h3 id="transition-shorthand-property"><a id="the-transition-shorthand-property-">
759+
<h3 id="transition-shorthand-property"><a title="" id="the-transition-shorthand-property-">
760760
The 'transition' Shorthand Property
761761
</a></h3>
762762
<p>
@@ -1256,7 +1256,7 @@ <h2 id="application">
12561256
as the input to the timing function.
12571257
</p>
12581258

1259-
<h2 id="transition-events"><a id="transition-events-">
1259+
<h2 id="transition-events"><a title="" id="transition-events-">
12601260
Transition Events
12611261
</a></h2>
12621262
<p>
@@ -1362,7 +1362,7 @@ <h2 id="transition-events"><a id="transition-events-">
13621362
</dd>
13631363
</dl>
13641364

1365-
<h2 id="animatable-types"><a id="animation-of-property-types-">
1365+
<h2 id="animatable-types"><a title="" id="animation-of-property-types-">
13661366
Animation of property types
13671367
</a></h2>
13681368

@@ -1508,7 +1508,7 @@ <h2 id="animatable-types"><a id="animation-of-property-types-">
15081508
of shorthand properties and the ''all'' value is applied to any
15091509
properties (in the shorthand) that can be animated.</p>
15101510

1511-
<h2 id="animatable-properties"><a id="animatable-properties-">
1511+
<h2 id="animatable-properties"><a title="" id="animatable-properties-">
15121512
Animatable properties
15131513
</a></h2>
15141514

@@ -1547,7 +1547,7 @@ <h2 id="animatable-properties"><a id="animatable-properties-">
15471547
the property animates. Such definitions override those given in
15481548
this specification.</p>
15491549

1550-
<h3 id="animatable-css"><a id="properties-from-css-">
1550+
<h3 id="animatable-css"><a title="" id="properties-from-css-">
15511551
Properties from CSS
15521552
</a></h3>
15531553

@@ -1695,7 +1695,7 @@ <h3 id="animatable-css"><a id="properties-from-css-">
16951695
</tr>
16961696
</table>
16971697

1698-
<h3 id="animatable-svg"><a id="properties-from-svg-">
1698+
<h3 id="animatable-svg"><a title="" id="properties-from-svg-">
16991699
Properties from SVG
17001700
</a></h3>
17011701

0 commit comments

Comments
 (0)