[css-transitions] Fix links that redirect.

Wed, 13 Nov 2013 16:12:57 +0800

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 13 Nov 2013 16:12:57 +0800
changeset 9579
92a2366ef0e6
parent 9578
be5094144096
child 9580
b98629add395

[css-transitions] Fix links that redirect.

css-transitions/Overview.html file | annotate | diff | comparison | revisions
css-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-transitions/Overview.html	Wed Nov 13 15:43:17 2013 +0800
     1.2 +++ b/css-transitions/Overview.html	Wed Nov 13 16:12:57 2013 +0800
     1.3 @@ -1247,7 +1247,7 @@
     1.4  
     1.5    dictionary <dfn
     1.6          id=TransitionEventInit>TransitionEventInit</dfn> : <a class=external
     1.7 -        href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#eventinit">EventInit</a> {
     1.8 +        href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#eventinit">EventInit</a> {
     1.9      DOMString <a
    1.10          href="#Events-TransitionEvent-propertyName">propertyName</a> = "";
    1.11      float <a
    1.12 @@ -1298,7 +1298,7 @@
    1.13  
    1.14      <p> <code id=TransitionEvent-constructor>TransitionEvent(type,
    1.15       transitionEventInitDict)</code> is an <a class=external
    1.16 -     href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#constructing-events">event
    1.17 +     href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#constructing-events">event
    1.18       constructor</a>.
    1.19    </dl>
    1.20  
     2.1 --- a/css-transitions/Overview.src.html	Wed Nov 13 15:43:17 2013 +0800
     2.2 +++ b/css-transitions/Overview.src.html	Wed Nov 13 16:12:57 2013 +0800
     2.3 @@ -1289,7 +1289,7 @@
     2.4      readonly attribute DOMString          <a href="#Events-TransitionEvent-pseudoElement">pseudoElement</a>;
     2.5    };
     2.6  
     2.7 -  dictionary <dfn id="TransitionEventInit">TransitionEventInit</dfn> : <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#eventinit">EventInit</a> {
     2.8 +  dictionary <dfn id="TransitionEventInit">TransitionEventInit</dfn> : <a class="external" href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#eventinit">EventInit</a> {
     2.9      DOMString <a href="#Events-TransitionEvent-propertyName">propertyName</a> = "";
    2.10      float <a href="#Events-TransitionEvent-elapsedTime">elapsedTime</a> = 0.0;
    2.11      DOMString <a href="#Events-TransitionEvent-pseudoElement">pseudoElement</a> = "";
    2.12 @@ -1334,7 +1334,7 @@
    2.13            </dl>
    2.14            <p>
    2.15              <code id="TransitionEvent-constructor">TransitionEvent(type, transitionEventInitDict)</code>
    2.16 -            is an <a class="external" href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#constructing-events">event constructor</a>.
    2.17 +            is an <a class="external" href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#constructing-events">event constructor</a>.
    2.18            </p>
    2.19          </dd>
    2.20        </dl>

mercurial