Skip to content

Commit e1b0fbb

Browse files
committed
[css-transitions] Regenerate again now that local link-defaults win.
1 parent 4f221f0 commit e1b0fbb

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

css-transitions/Overview.html

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h2 class="heading settled" data-level="2" id="transitions"><span class="secno">
294294
</p>
295295

296296
<p>
297-
For example, suppose that transitions of one second have been defined on the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-position-3/#propdef-left">left</a> and
297+
For example, suppose that transitions of one second have been defined on the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visuren.html#propdef-left">left</a> and
298298
<a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/colors.html#propdef-background-color">background-color</a> properties. The following diagram illustrates the effect of updating those properties on an element, in this case moving it to the right and changing the background from red to blue. This assumes other transition parameters still have their default values.
299299
</p>
300300

@@ -303,7 +303,7 @@ <h2 class="heading settled" data-level="2" id="transitions"><span class="secno">
303303
</div>
304304

305305
<p class="caption">
306-
Transitions of <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-position-3/#propdef-left">left</a> and <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/colors.html#propdef-background-color">background-color</a>
306+
Transitions of <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visuren.html#propdef-left">left</a> and <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/colors.html#propdef-background-color">background-color</a>
307307
</p>
308308

309309
<p>
@@ -386,7 +386,7 @@ <h2 class="heading settled" data-level="2" id="transitions"><span class="secno">
386386
transition-duration: 2s, 1s;
387387
}
388388
</pre>
389-
The above example defines a transition on the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-color-3/#opacity">opacity</a> property of 2 seconds duration, a transition on the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-position-3/#propdef-left">left</a> property of 1
389+
The above example defines a transition on the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-color-3/#opacity">opacity</a> property of 2 seconds duration, a transition on the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visuren.html#propdef-left">left</a> property of 1
390390
second duration, a transition on the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visuren.html#propdef-top">top</a> property of 2 seconds duration and a
391391
transition on the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visudet.html#propdef-width">width</a> property of 1
392392
second duration.
@@ -2178,15 +2178,15 @@ <h3 class="heading settled" data-level="8.1" id="animatable-css"><span class="se
21782178

21792179
<tr>
21802180

2181-
<td><a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-fonts-3/#propdef-font-size">font-size</a>
2181+
<td><a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/fonts.html#propdef-font-size">font-size</a>
21822182
<td>as <a href="#animtype-length">length</a>
21832183

21842184

21852185

21862186

21872187
<tr>
21882188

2189-
<td><a class="property css" data-link-type="property" href="http://dev.w3.org/csswg/css-fonts-3/#propdef-font-weight">font-weight</a>
2189+
<td><a class="property css" data-link-type="property" href="http://dev.w3.org/csswg/css2/fonts.html#propdef-font-weight">font-weight</a>
21902190
<td>as <a href="#animtype-font-weight">font weight</a>
21912191

21922192

@@ -2202,7 +2202,7 @@ <h3 class="heading settled" data-level="8.1" id="animatable-css"><span class="se
22022202

22032203
<tr>
22042204

2205-
<td><a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-position-3/#propdef-left">left</a>
2205+
<td><a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css2/visuren.html#propdef-left">left</a>
22062206
<td>as <a href="#animtype-lpcalc">length, percentage, or calc</a>
22072207

22082208

@@ -2741,15 +2741,6 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
27412741
<li><a href="http://dev.w3.org/csswg/css-color-3/#color0">color</a>
27422742
<li><a href="http://dev.w3.org/csswg/css-color-3/#opacity">opacity</a>
27432743
</ul>
2744-
<li><a data-link-type="biblio" href="#biblio-css-fonts-3">[css-fonts-3]</a> defines the following terms:
2745-
<ul>
2746-
<li><a href="http://dev.w3.org/csswg/css-fonts-3/#propdef-font-size">font-size</a>
2747-
<li><a href="http://dev.w3.org/csswg/css-fonts-3/#propdef-font-weight">font-weight</a>
2748-
</ul>
2749-
<li><a data-link-type="biblio" href="#biblio-css-position-3">[css-position-3]</a> defines the following terms:
2750-
<ul>
2751-
<li><a href="http://dev.w3.org/csswg/css-position-3/#propdef-left">left</a>
2752-
</ul>
27532744
<li><a data-link-type="biblio" href="#biblio-css-text-decor-3">[css-text-decor-3]</a> defines the following terms:
27542745
<ul>
27552746
<li><a href="http://dev.w3.org/csswg/css-text-decor-3/#propdef-text-shadow">text-shadow</a>
@@ -2782,7 +2773,10 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
27822773
<li><a href="http://dev.w3.org/csswg/css2/box.html#propdef-border-top-width">border-top-width</a>
27832774
<li><a href="http://dev.w3.org/csswg/css2/visuren.html#propdef-bottom">bottom</a>
27842775
<li><a href="http://dev.w3.org/csswg/css2/visufx.html#propdef-clip">clip</a>
2776+
<li><a href="http://dev.w3.org/csswg/css2/fonts.html#propdef-font-size">font-size</a>
2777+
<li><a href="http://dev.w3.org/csswg/css2/fonts.html#propdef-font-weight">font-weight</a>
27852778
<li><a href="http://dev.w3.org/csswg/css2/visudet.html#propdef-height">height</a>
2779+
<li><a href="http://dev.w3.org/csswg/css2/visuren.html#propdef-left">left</a>
27862780
<li><a href="http://dev.w3.org/csswg/css2/text.html#propdef-letter-spacing">letter-spacing</a>
27872781
<li><a href="http://dev.w3.org/csswg/css2/visudet.html#propdef-line-height">line-height</a>
27882782
<li><a href="http://dev.w3.org/csswg/css2/box.html#propdef-margin-bottom">margin-bottom</a>
@@ -2833,10 +2827,6 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
28332827
<dd>CSS Cascading and Inheritance Level 4 URL: <a href="http://dev.w3.org/csswg/css-cascade-4/">http://dev.w3.org/csswg/css-cascade-4/</a>
28342828
<dt id="biblio-css-color-3"><a class="self-link" href="#biblio-css-color-3"></a>[CSS-COLOR-3]
28352829
<dd>CSS Color Module Level 3 URL: <a href="http://www.w3.org/TR/css3-color/">http://www.w3.org/TR/css3-color/</a>
2836-
<dt id="biblio-css-fonts-3"><a class="self-link" href="#biblio-css-fonts-3"></a>[CSS-FONTS-3]
2837-
<dd>John Daggett. <a href="http://www.w3.org/TR/css-fonts-3/">CSS Fonts Module Level 3</a>. 3 October 2013. CR. URL: <a href="http://www.w3.org/TR/css-fonts-3/">http://www.w3.org/TR/css-fonts-3/</a>
2838-
<dt id="biblio-css-position-3"><a class="self-link" href="#biblio-css-position-3"></a>[CSS-POSITION-3]
2839-
<dd>CSS Positioned Layout Module Level 3 URL: <a href="http://www.w3.org/TR/css3-positioning/">http://www.w3.org/TR/css3-positioning/</a>
28402830
<dt id="biblio-css-text-decor-3"><a class="self-link" href="#biblio-css-text-decor-3"></a>[CSS-TEXT-DECOR-3]
28412831
<dd>Elika Etemad; Koji Ishii. <a href="http://www.w3.org/TR/css-text-decor-3/">CSS Text Decoration Module Level 3</a>. 1 August 2013. CR. URL: <a href="http://www.w3.org/TR/css-text-decor-3/">http://www.w3.org/TR/css-text-decor-3/</a>
28422832
<dt id="biblio-css-values-3"><a class="self-link" href="#biblio-css-values-3"></a>[CSS-VALUES-3]

0 commit comments

Comments
 (0)