Skip to content

Commit 5256555

Browse files
committed
[css-transitions] Fix links that redirect.
1 parent 2e0d7a5 commit 5256555

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-transitions/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ <h2 id=transition-events><span class=secno>5. </span><a
12471247

12481248
dictionary <dfn
12491249
id=TransitionEventInit>TransitionEventInit</dfn> : <a class=external
1250-
href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#eventinit">EventInit</a> {
1250+
href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#eventinit">EventInit</a> {
12511251
DOMString <a
12521252
href="#Events-TransitionEvent-propertyName">propertyName</a> = "";
12531253
float <a
@@ -1298,7 +1298,7 @@ <h2 id=transition-events><span class=secno>5. </span><a
12981298

12991299
<p> <code id=TransitionEvent-constructor>TransitionEvent(type,
13001300
transitionEventInitDict)</code> is an <a class=external
1301-
href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#constructing-events">event
1301+
href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#constructing-events">event
13021302
constructor</a>.
13031303
</dl>
13041304

css-transitions/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ <h2 id="transition-events"><a id="transition-events-">
12891289
readonly attribute DOMString <a href="#Events-TransitionEvent-pseudoElement">pseudoElement</a>;
12901290
};
12911291

1292-
dictionary <dfn id="TransitionEventInit">TransitionEventInit</dfn> : <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#eventinit">EventInit</a> {
1292+
dictionary <dfn id="TransitionEventInit">TransitionEventInit</dfn> : <a class="external" href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#eventinit">EventInit</a> {
12931293
DOMString <a href="#Events-TransitionEvent-propertyName">propertyName</a> = "";
12941294
float <a href="#Events-TransitionEvent-elapsedTime">elapsedTime</a> = 0.0;
12951295
DOMString <a href="#Events-TransitionEvent-pseudoElement">pseudoElement</a> = "";
@@ -1334,7 +1334,7 @@ <h2 id="transition-events"><a id="transition-events-">
13341334
</dl>
13351335
<p>
13361336
<code id="TransitionEvent-constructor">TransitionEvent(type, transitionEventInitDict)</code>
1337-
is an <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#constructing-events">event constructor</a>.
1337+
is an <a class="external" href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#constructing-events">event constructor</a>.
13381338
</p>
13391339
</dd>
13401340
</dl>

0 commit comments

Comments
 (0)