Skip to content

Commit f243028

Browse files
committed
Some corrections for pubrules.
1 parent c145325 commit f243028

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

css3-transitions/Overview.src.html

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3333
<dl>
3434
<dt>This version:
3535
<dd>
36-
<a href="http://dev.w3.org/csswg/css3-transitions/">http://dev.w3.org/csswg/css3-transitions/</a>
36+
<a href="[VERSION]">
37+
http://dev.w3.org/csswg/css3-transitions/</a>
38+
<!--http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]-->
3739
<dt>Latest version:
38-
<dd><a
39-
href="http://www.w3.org/TR/css3-transitions/">[LATEST]</a>
40-
<dt>Previous versions:
40+
<dd><a href="http://www.w3.org/TR/css3-transitions">
41+
[LATEST]</a>
42+
<dt>Previous version:
43+
<dd><a href="http://www.w3.org/TR/2009/WD-css3-transitions-20090320/">
44+
http://www.w3.org/TR/2009/WD-css3-transitions-20090320/</a>
4145
<dt id="editors-list">Editors:
4246
<dd><a href="mailto:dino@apple.com">Dean Jackson</a> (<a
4347
href="http://www.apple.com/">Apple Inc</a>)
@@ -321,7 +325,11 @@ <h3 id="transition-timing-function_tag">
321325
P<sub>2</sub> are each specified by both an X and Y value.
322326
</p>
323327
<div class="figure">
324-
<img src="TimingFunction.png">
328+
<img src="TimingFunction.png" alt="The timing function is a
329+
smooth curve from point P0 = (0,0) to point P3 = (1,1). The
330+
length and orientation of the line segment P0-P1 determines
331+
the tangent and the curvature of the curve at P0 and the
332+
line segment P2-P3 does the same at P3.">
325333
</div>
326334
<p class="caption">
327335
Timing Function Control Points
@@ -670,7 +678,7 @@ <h2>
670678
</dt>
671679
<dd>
672680
<div class='method'>
673-
The <code>initTransitionEvent</code> method is used to initialize the value of a <code>TransitionEvent</code> created through the <a href='events.html#Events-DocumentEvent'><code>DocumentEvent</code></a> interface. This method may only be called before the <code>TransitionEvent</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.
681+
The <code>initTransitionEvent</code> method is used to initialize the value of a <code>TransitionEvent</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>TransitionEvent</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.
674682
<div class='parameters'>
675683
<b>Parameters</b>
676684
<div class='paramtable'>
@@ -697,7 +705,7 @@ <h2>
697705
<code class='parameter-name'>propertyNameArg</code> of type <code>DOMString</code>
698706
</dt>
699707
<dd>
700-
Specifies the name of the property associated with the <a href='events.html#Events-Event'><code>Event</code></a>
708+
Specifies the name of the property associated with the <a href='http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-Event'><code>Event</code></a>
701709
</dd>
702710
<dt>
703711
<code class='parameter-name'>elapsedTimeArg</code> of type <code>float</code>
@@ -771,8 +779,8 @@ <h2>
771779
numbers.
772780
</li>
773781
<li>
774-
<strong>transform list</strong>: see <a href="CSSTransforms.html">
775-
CSS Transforms specification</a>.
782+
<strong>transform list</strong>: see
783+
CSS Transforms specification [[!CSS3-2D-TRANSFORMS]].
776784
</li>
777785
<li>
778786
<strong>rectangle</strong>: interpolated via the x, y,

0 commit comments

Comments
 (0)