Skip to content

Commit 0b8e0b8

Browse files
committed
[css-animations][css-transitions] Link "event constructor" to editor's draft rather than repository.
1 parent 2c8ff52 commit 0b8e0b8

File tree

4 files changed

+1845
-828
lines changed

4 files changed

+1845
-828
lines changed

css-animations/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ At Risk: the <code>pseudoElement</code> property of the ''AnimationEvent'' inter
2323
Link Defaults: css-values-3 (type) <time>, cssom-1 (interface) cssstyledeclaration, dom-core-ls (interface) event, webidl (type) SyntaxError, css-position-3 (property) left
2424
Ignored Terms: domstring, float, animationeventinit, event, eventinit, eventtarget, document
2525
</pre>
26+
<pre class="anchors">
27+
url: http://w3c.github.io/dom/#constructing-events; type: dfn; text: event constructor;
28+
</pre>
2629

2730
<h2 id="intro">
2831
Introduction</h2>
@@ -821,7 +824,7 @@ Attributes</h4>
821824
target of the event is that element).
822825
</dl>
823826

824-
<dfn>AnimationEvent(type, animationEventInitDict)</dfn> is an <a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#constructing-events">event constructor</a>.
827+
<dfn>AnimationEvent(type, animationEventInitDict)</dfn> is an <a>event constructor</a>.
825828

826829
<h3 id="event-animationevent">
827830
Types of <code>AnimationEvent</code></h3>

0 commit comments

Comments
 (0)