Skip to content

Commit b13ad9a

Browse files
committed
Some corrections for pubrules.
1 parent 6c2c09a commit b13ad9a

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

css3-animations/Overview.src.html

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ <h1>CSS Animations Module Level 3</h1>
3232
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3333
<dl>
3434
<dt>This version:
35-
<dd>
36-
<a href="http://dev.w3.org/csswg/css3-animations/">http://dev.w3.org/csswg/css3-animations/</a>
35+
<dd><a href="[VERSION]">http://dev.w3.org/csswg/css3-animations/</a>
36+
<!--http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]-->
3737
<dt>Latest version:
3838
<dd><a
39-
href="http://www.w3.org/TR/css3-animations/">[LATEST]</a>
40-
<dt>Previous versions:
39+
href="http://www.w3.org/TR/css3-animations">[LATEST]</a>
40+
<dt>Previous version:
41+
<dd><a href="http://www.w3.org/TR/2009/WD-css3-animations-20090320/">
42+
http://www.w3.org/TR/2009/WD-css3-animations-20090320/</a>
4143
<dt id="editors-list">Editors:
4244
<dd><a href="mailto:dino@apple.com">Dean Jackson</a> (<a
4345
href="http://www.apple.com/">Apple Inc</a>)
@@ -76,7 +78,8 @@ <h2 id="introduction">Introduction</h2>
7678
Animation is currently possible in languages like SVG, but no system exists for the native animation of CSS styles. This proposal introduces <em>defined animations</em>, which specify the values that CSS properties will take over a given time interval.
7779
</p>
7880
<p>
79-
This specification is an extension to <a href="CSSTransitions.html">CSS Transitions</a>.
81+
This specification is an extension to CSS Transitions
82+
[[!CSS3-TRANSITIONS]].
8083
</p>
8184
<h2>
8285
Keyframes
@@ -529,7 +532,7 @@ <h3 id="animation-timing-function_tag">
529532
The <span class="prop-name">'animation-timing-function'</span> Property
530533
</h3>
531534
<p>
532-
The <span class="prop-name">'animation-timing-function'</span> property describes how the animation will progress over one cycle of its duration. See <a href="CSSTransitions.html#transition-timing-function_tag">the <span class="prop-name">'transition-timing-function'</span> property</a> for a complete description of timing function calculation.
535+
The <span class="prop-name">'animation-timing-function'</span> property describes how the animation will progress over one cycle of its duration. See the <span class="prop-name">'transition-timing-function'</span> property [[!CSS3-TRANSITIONS]] for a complete description of timing function calculation.
533536
</p>
534537
<table class="propdef">
535538
<tbody>
@@ -1080,7 +1083,7 @@ <h2>
10801083
</dt>
10811084
<dd>
10821085
<div class='method'>
1083-
The <code>initAnimationEvent</code> method is used to initialize the value of an <code>AnimationEvent</code> created through the <a href='events.html#Events-DocumentEvent'><code>DocumentEvent</code></a> interface. This method may only be called before the <code>AnimationEvent</code> has been dispatched via the <code>dispatchEvent</code> method, though it may be called multiple times during that phase if necessary. If called multiple times, the final invocation takes precedence.
1086+
The <code>initAnimationEvent</code> method is used to initialize the value of an <code>AnimationEvent</code> created through the <a href='http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-DocumentEvent'><code>DocumentEvent</code></a> interface. This method may only be called before the <code>AnimationEvent</code> has been dispatched via the <code>dispatchEvent</code> method, though it may be called multiple times during that phase if necessary. If called multiple times, the final invocation takes precedence.
10841087
<div class='parameters'>
10851088
<b>Parameters</b>
10861089
<div class='paramtable'>
@@ -1107,7 +1110,7 @@ <h2>
11071110
<code class='parameter-name'>animationNameArg</code> of type <code>DOMString</code>
11081111
</dt>
11091112
<dd>
1110-
Specifies the <a href='events.html#Events-Event'><code>Event</code></a>'s animation name.<br>
1113+
Specifies the <a href='http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-Event'><code>Event</code></a>'s animation name.<br>
11111114
</dd>
11121115
<dt>
11131116
<code class='parameter-name'>elapsedTimeArg</code> of type <code>float</code>

0 commit comments

Comments
 (0)