Skip to content

Commit b451d9b

Browse files
committed
Fixed a mark-up error (id="id=timing...").
Added missing slash after this-version URL.
1 parent f588b90 commit b451d9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css3-animations/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
2020
<dl>
2121
<dt>This version:
2222
<dd><a href="[VERSION]">http://dev.w3.org/csswg/css3-animations/</a>
23-
<!--http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]-->
23+
<!--http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/-->
2424
<dt>Latest version:
2525
<dd><a
2626
href="http://www.w3.org/TR/css3-animations/">[LATEST]</a>
@@ -295,7 +295,7 @@ <h2>Keyframes</h2>
295295
{T}{O} {return TO_SYM;}
296296
</pre>
297297
<!-- ======================================================================================================= -->
298-
<h3 id="timing-functions"><a id="id=timing-functions-for-keyframes-">
298+
<h3 id="timing-functions"><a id="timing-functions-for-keyframes-">
299299
Timing functions for keyframes
300300
</a></h3>
301301
<p>

0 commit comments

Comments
 (0)