Skip to content

Commit 9d3bb14

Browse files
committed
[css-transitions] Link 'inset' keyword correctly.
1 parent 6e346fa commit 9d3bb14

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

css-transitions/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Ignored Terms: domstring, float
3535
spec:css-position-3; type:property; text:left
3636
spec:css-values-3; type:type; text:<time>
3737
</pre>
38+
<pre class="anchors">
39+
url: http://dev.w3.org/csswg/css-backgrounds-3/#shadow-inset; type: value; for: shadow; text: inset;
40+
</pre>
3841
</dl>
3942

4043
<h2 id="introduction">Introduction</h2>

css-transitions/Overview.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979

8080

8181

82+
8283
</head>
8384

8485

@@ -2439,16 +2440,16 @@ <h2 class="heading settled" data-level="7" id="animatable-types"><span class="se
24392440
color (as <a href="#animtype-color">color</a>) component,
24402441
and x, y, blur, and (when appropriate) spread
24412442
(as <a href="#animtype-length">length</a>) components.
2442-
For each shadow, if both input shadows are <span class="css" data-link-for="shadow">inset</span>
2443-
or both input shadows are not <span class="css" data-link-for="shadow">inset</span>,
2443+
For each shadow, if both input shadows are <a class="css" data-link-for="shadow" data-link-type="maybe" href="http://dev.w3.org/csswg/css-backgrounds-3/#shadow-inset">inset</a>
2444+
or both input shadows are not <a class="css" data-link-for="shadow" data-link-type="maybe" href="http://dev.w3.org/csswg/css-backgrounds-3/#shadow-inset">inset</a>,
24442445
then the interpolated shadow must match the input shadows in that regard.
2445-
If any pair of input shadows has one <span class="css" data-link-for="shadow">inset</span> and the other not <span class="css" data-link-for="shadow">inset</span>,
2446+
If any pair of input shadows has one <a class="css" data-link-for="shadow" data-link-type="maybe" href="http://dev.w3.org/csswg/css-backgrounds-3/#shadow-inset">inset</a> and the other not <a class="css" data-link-for="shadow" data-link-type="maybe" href="http://dev.w3.org/csswg/css-backgrounds-3/#shadow-inset">inset</a>,
24462447
the entire <a href="#animtype-shadow-list">shadow-list</a> is uninterpolable.
24472448
If the lists of shadows have different lengths,
24482449
then the shorter list is padded at the end
24492450
with shadows whose color is <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-color-4/#valdef-color-transparent">transparent</a>,
24502451
all lengths are <span class="css">0</span>,
2451-
and whose <span class="css" data-link-for="shadow">inset</span> (or not) matches the longer list.
2452+
and whose <a class="css" data-link-for="shadow" data-link-type="maybe" href="http://dev.w3.org/csswg/css-backgrounds-3/#shadow-inset">inset</a> (or not) matches the longer list.
24522453
</li>
24532454

24542455

@@ -3000,7 +3001,7 @@ <h2 class="heading settled" data-level="9" id="changes"><span class="secno">9. <
30003001

30013002
<li>The transitionend event is no longer cancelable. This is since it has no default action, so canceling it would have no meaning. It also matches the animation events.</li>
30023003

3003-
<li>The interpolation of <span class="css" data-link-for="shadow">inset</span> values on shadow lists is no longer backwards.</li>
3004+
<li>The interpolation of <a class="css" data-link-for="shadow" data-link-type="maybe" href="http://dev.w3.org/csswg/css-backgrounds-3/#shadow-inset">inset</a> values on shadow lists is no longer backwards.</li>
30043005

30053006
<li>A <a data-section="" href="#conformance">
30063007
Conformance</a> section and <a data-section="" href="#idl-index">IDL Index</a> have been added</li>

0 commit comments

Comments
 (0)