Fixed a mark-up error (id="id=timing...").

Wed, 04 Apr 2012 15:54:50 +0200

author
Bert Bos <bert@w3.org>
date
Wed, 04 Apr 2012 15:54:50 +0200
changeset 5383
a49f4a812efd
parent 5382
85abd89a2ab5
child 5384
dbbc33badd75

Fixed a mark-up error (id="id=timing...").
Added missing slash after this-version URL.

css3-animations/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-animations/Overview.src.html	Wed Apr 04 15:52:12 2012 +0200
     1.2 +++ b/css3-animations/Overview.src.html	Wed Apr 04 15:54:50 2012 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  <dl>
     1.5    <dt>This version:
     1.6      <dd><a href="[VERSION]">http://dev.w3.org/csswg/css3-animations/</a>
     1.7 -    <!--http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]-->
     1.8 +    <!--http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/-->
     1.9    <dt>Latest version:
    1.10      <dd><a
    1.11        href="http://www.w3.org/TR/css3-animations/">[LATEST]</a>
    1.12 @@ -295,7 +295,7 @@
    1.13          {T}{O}                         {return TO_SYM;}
    1.14        </pre>
    1.15        <!-- ======================================================================================================= -->
    1.16 -      <h3 id="timing-functions"><a id="id=timing-functions-for-keyframes-">
    1.17 +      <h3 id="timing-functions"><a id="timing-functions-for-keyframes-">
    1.18          Timing functions for keyframes
    1.19        </a></h3>
    1.20        <p>

mercurial