|
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
| 82 | + |
82 | 83 | </head> |
83 | 84 |
|
84 | 85 |
|
@@ -2439,16 +2440,16 @@ <h2 class="heading settled" data-level="7" id="animatable-types"><span class="se |
2439 | 2440 | color (as <a href="#animtype-color">color</a>) component, |
2440 | 2441 | and x, y, blur, and (when appropriate) spread |
2441 | 2442 | (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>, |
2444 | 2445 | 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>, |
2446 | 2447 | the entire <a href="#animtype-shadow-list">shadow-list</a> is uninterpolable. |
2447 | 2448 | If the lists of shadows have different lengths, |
2448 | 2449 | then the shorter list is padded at the end |
2449 | 2450 | 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>, |
2450 | 2451 | 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. |
2452 | 2453 | </li> |
2453 | 2454 |
|
2454 | 2455 |
|
@@ -3000,7 +3001,7 @@ <h2 class="heading settled" data-level="9" id="changes"><span class="secno">9. < |
3000 | 3001 |
|
3001 | 3002 | <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> |
3002 | 3003 |
|
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> |
3004 | 3005 |
|
3005 | 3006 | <li>A <a data-section="" href="#conformance"> |
3006 | 3007 | Conformance</a> section and <a data-section="" href="#idl-index">IDL Index</a> have been added</li> |
|
0 commit comments