[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.

Mon, 27 Jan 2014 21:52:46 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Mon, 27 Jan 2014 21:52:46 -0800
changeset 9840
6a829ba57172
parent 9839
70f866e75afd
child 9841
eea35cb60fc0

[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.

css-transitions/Overview.html file | annotate | diff | comparison | revisions
css-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-transitions/Overview.html	Mon Jan 27 21:45:21 2014 -0800
     1.2 +++ b/css-transitions/Overview.html	Mon Jan 27 21:52:46 2014 -0800
     1.3 @@ -252,8 +252,8 @@
     1.4     transitions</em>, which describe how CSS properties can be made to change
     1.5     smoothly from one value to another over a given duration.
     1.6  
     1.7 -  <h2 id=transitions><span class=secno>2. </span><a
     1.8 -   id=transitions->Transitions</a></h2>
     1.9 +  <h2 id=transitions><span class=secno>2. </span><a id=transitions-
    1.10 +   title="">Transitions</a></h2>
    1.11  
    1.12    <p> Normally when the value of a CSS property changes, the rendered result
    1.13     is instantly updated, with the affected elements immediately changing from
    1.14 @@ -362,7 +362,7 @@
    1.15    <!-- ======================================================================================================= -->
    1.16  
    1.17    <h3 id=transition-property-property><span class=secno>2.1. </span><a
    1.18 -   id=the-transition-property-property-> The ‘<code
    1.19 +   id=the-transition-property-property- title=""> The ‘<code
    1.20     class=property>transition-property</code>’ Property </a></h3>
    1.21  
    1.22    <p> The ‘<a href="#transition-property"><code
    1.23 @@ -481,7 +481,7 @@
    1.24    <!-- ======================================================================================================= -->
    1.25  
    1.26    <h3 id=transition-duration-property><span class=secno>2.2. </span><a
    1.27 -   id=the-transition-duration-property-> The ‘<code
    1.28 +   id=the-transition-duration-property- title=""> The ‘<code
    1.29     class=property>transition-duration</code>’ Property </a></h3>
    1.30  
    1.31    <p> The ‘<a href="#transition-duration"><code
    1.32 @@ -553,7 +553,7 @@
    1.33          -->
    1.34  
    1.35    <h3 id=transition-timing-function-property><span class=secno>2.3. </span><a
    1.36 -   id="transition-timing-function_tag"> The ‘<code
    1.37 +   id="transition-timing-function_tag" title=""> The ‘<code
    1.38     class=property>transition-timing-function</code>’ Property </a></h3>
    1.39  
    1.40    <p> The ‘<a href="#transition-timing-function"><code
    1.41 @@ -723,7 +723,7 @@
    1.42    <!-- ======================================================================================================= -->
    1.43  
    1.44    <h3 id=transition-delay-property><span class=secno>2.4. </span><a
    1.45 -   id=the-transition-delay-property-> The ‘<code
    1.46 +   id=the-transition-delay-property- title=""> The ‘<code
    1.47     class=property>transition-delay</code>’ Property </a></h3>
    1.48  
    1.49    <p> The ‘<a href="#transition-delay"><code
    1.50 @@ -803,7 +803,7 @@
    1.51    <!-- ======================================================================================================= -->
    1.52  
    1.53    <h3 id=transition-shorthand-property><span class=secno>2.5. </span><a
    1.54 -   id=the-transition-shorthand-property-> The ‘<code
    1.55 +   id=the-transition-shorthand-property- title=""> The ‘<code
    1.56     class=property>transition</code>’ Shorthand Property </a></h3>
    1.57  
    1.58    <p> The ‘<a href="#transition"><code
    1.59 @@ -1204,7 +1204,7 @@
    1.60     start time) / (end time - start time) as the input to the timing function.
    1.61  
    1.62    <h2 id=transition-events><span class=secno>5. </span><a
    1.63 -   id=transition-events-> Transition Events </a></h2>
    1.64 +   id=transition-events- title=""> Transition Events </a></h2>
    1.65  
    1.66    <p> The completion of a CSS Transition generates a corresponding <a
    1.67     href="http://www.w3.org/TR/DOM-Level-2-Events/events.html">DOM Event</a>.
    1.68 @@ -1319,7 +1319,7 @@
    1.69    </dl>
    1.70  
    1.71    <h2 id=animatable-types><span class=secno>6. </span><a
    1.72 -   id=animation-of-property-types-> Animation of property types </a></h2>
    1.73 +   id=animation-of-property-types- title=""> Animation of property types </a></h2>
    1.74  
    1.75    <p> When interpolating between two values, <var>V</var><sub>start</sub> and
    1.76     <var>V</var><sub>end</sub>, interpolation is done using the output
    1.77 @@ -1437,7 +1437,7 @@
    1.78     applied to any properties (in the shorthand) that can be animated.
    1.79  
    1.80    <h2 id=animatable-properties><span class=secno>7. </span><a
    1.81 -   id=animatable-properties-> Animatable properties </a></h2>
    1.82 +   id=animatable-properties- title=""> Animatable properties </a></h2>
    1.83    <!--
    1.84        As resolved in
    1.85        http://lists.w3.org/Archives/Public/www-style/2011Sep/0497.html
    1.86 @@ -1471,7 +1471,7 @@
    1.87     specification.
    1.88  
    1.89    <h3 id=animatable-css><span class=secno>7.1. </span><a
    1.90 -   id=properties-from-css-> Properties from CSS </a></h3>
    1.91 +   id=properties-from-css- title=""> Properties from CSS </a></h3>
    1.92  
    1.93    <p> The following definitions define the animation behavior for properties
    1.94     in CSS Level 2 Revision 1 (<a href="#ref-CSS21"
    1.95 @@ -1712,7 +1712,7 @@
    1.96    </table>
    1.97  
    1.98    <h3 id=animatable-svg><span class=secno>7.2. </span><a
    1.99 -   id=properties-from-svg-> Properties from SVG </a></h3>
   1.100 +   id=properties-from-svg- title=""> Properties from SVG </a></h3>
   1.101  
   1.102    <p> All properties defined as animatable in the SVG specification, provided
   1.103     they are one of the property types listed above.</p>
     2.1 --- a/css-transitions/Overview.src.html	Mon Jan 27 21:45:21 2014 -0800
     2.2 +++ b/css-transitions/Overview.src.html	Mon Jan 27 21:52:46 2014 -0800
     2.3 @@ -95,7 +95,7 @@
     2.4          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.
     2.5        </p>
     2.6  
     2.7 -<h2 id="transitions"><a id="transitions-">Transitions</a></h2>
     2.8 +<h2 id="transitions"><a title="" id="transitions-">Transitions</a></h2>
     2.9        <p>
    2.10          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.
    2.11        </p>
    2.12 @@ -192,7 +192,7 @@
    2.13        </p>
    2.14  
    2.15        <!-- ======================================================================================================= -->
    2.16 -      <h3 id="transition-property-property"><a id="the-transition-property-property-">
    2.17 +      <h3 id="transition-property-property"><a title="" id="the-transition-property-property-">
    2.18          The 'transition-property' Property
    2.19        </a></h3>
    2.20        <p>
    2.21 @@ -337,7 +337,7 @@
    2.22        </p>
    2.23  
    2.24        <!-- ======================================================================================================= -->
    2.25 -      <h3 id="transition-duration-property"><a id="the-transition-duration-property-">
    2.26 +      <h3 id="transition-duration-property"><a title="" id="the-transition-duration-property-">
    2.27          The 'transition-duration' Property
    2.28        </a></h3>
    2.29        <p>
    2.30 @@ -434,7 +434,7 @@
    2.31        <!-- =======================================================================================================   
    2.32          -->
    2.33  
    2.34 -      <h3 id="transition-timing-function-property"><a id="transition-timing-function_tag">
    2.35 +      <h3 id="transition-timing-function-property"><a title="" id="transition-timing-function_tag">
    2.36          The 'transition-timing-function' Property
    2.37        </a></h3>
    2.38        <p>
    2.39 @@ -663,7 +663,7 @@
    2.40            exceed this range.
    2.41          </dd>
    2.42        </dl><!-- ======================================================================================================= -->
    2.43 -      <h3 id="transition-delay-property"><a id="the-transition-delay-property-">
    2.44 +      <h3 id="transition-delay-property"><a title="" id="the-transition-delay-property-">
    2.45          The 'transition-delay' Property
    2.46        </a></h3>
    2.47        <p>
    2.48 @@ -756,7 +756,7 @@
    2.49            </tr>
    2.50          </tbody>
    2.51        </table><!-- ======================================================================================================= -->
    2.52 -      <h3 id="transition-shorthand-property"><a id="the-transition-shorthand-property-">
    2.53 +      <h3 id="transition-shorthand-property"><a title="" id="the-transition-shorthand-property-">
    2.54          The 'transition' Shorthand Property
    2.55        </a></h3>
    2.56        <p>
    2.57 @@ -1256,7 +1256,7 @@
    2.58          as the input to the timing function.
    2.59        </p>
    2.60  
    2.61 -      <h2 id="transition-events"><a id="transition-events-">
    2.62 +      <h2 id="transition-events"><a title="" id="transition-events-">
    2.63          Transition Events
    2.64        </a></h2>
    2.65        <p>
    2.66 @@ -1362,7 +1362,7 @@
    2.67          </dd>
    2.68        </dl>
    2.69  
    2.70 -      <h2 id="animatable-types"><a id="animation-of-property-types-">
    2.71 +      <h2 id="animatable-types"><a title="" id="animation-of-property-types-">
    2.72          Animation of property types
    2.73        </a></h2>
    2.74  
    2.75 @@ -1508,7 +1508,7 @@
    2.76        of shorthand properties and the ''all'' value is applied to any
    2.77        properties (in the shorthand) that can be animated.</p>
    2.78  
    2.79 -      <h2 id="animatable-properties"><a id="animatable-properties-">
    2.80 +      <h2 id="animatable-properties"><a title="" id="animatable-properties-">
    2.81          Animatable properties
    2.82        </a></h2>
    2.83  
    2.84 @@ -1547,7 +1547,7 @@
    2.85        the property animates.  Such definitions override those given in
    2.86        this specification.</p>
    2.87  
    2.88 -      <h3 id="animatable-css"><a id="properties-from-css-">
    2.89 +      <h3 id="animatable-css"><a title="" id="properties-from-css-">
    2.90          Properties from CSS
    2.91        </a></h3>
    2.92  
    2.93 @@ -1695,7 +1695,7 @@
    2.94         </tr>
    2.95       </table>
    2.96  
    2.97 -     <h3 id="animatable-svg"><a id="properties-from-svg-">
    2.98 +     <h3 id="animatable-svg"><a title="" id="properties-from-svg-">
    2.99         Properties from SVG
   2.100       </a></h3>
   2.101  

mercurial