Skip to content

Commit a5f9de9

Browse files
committed
Define that background-size is animatable if the keywords match, to match impls. Fixes w3c#158
1 parent 031cb06 commit a5f9de9

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

css-backgrounds/Overview.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,14 +1599,7 @@ <h3 id=the-background-size><span class=secno>3.9. </span>Sizing Images: the
15991599
<tr>
16001600
<th>Animatable:
16011601

1602-
<td>as <a
1603-
href="http://www.w3.org/TR/css3-transitions/#animtype-repeatable-list">repeatable
1604-
list</a> of <a
1605-
href="http://www.w3.org/TR/css3-transitions/#animtype-simple-list">simple
1606-
list</a> of <a
1607-
href="http://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length,
1608-
percentage, or calc</a> (<span class=note>This means keyword values are
1609-
not animatable.</span>)
1602+
<td>if the keywords, if any, match: as <a href="https://www.w3.org/TR/css3-transitions/#animtype-repeatable-list">repeatable list</a> of <a href="https://www.w3.org/TR/css3-transitions/#animtype-simple-list">simple list</a> of <a href="https://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a> for the non-keyword values
16101603
</table>
16111604

16121605
<p>Specifies the size of the background images. Where

css-backgrounds/Overview.src.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,8 +1024,7 @@ <h3 id="the-background-size">Sizing Images: the 'background-size' property</h3>
10241024
<td>as specified, but with lengths made absolute and omitted ''auto'' keywords filled in
10251025
<tr>
10261026
<th>Animatable:
1027-
<td>as <a href="https://www.w3.org/TR/css3-transitions/#animtype-repeatable-list">repeatable list</a> of <a href="https://www.w3.org/TR/css3-transitions/#animtype-simple-list">simple list</a> of <a href="https://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>
1028-
(<span class="note">This means keyword values are not animatable.</span>)
1027+
<td>as <a href="https://www.w3.org/TR/css3-transitions/#animtype-repeatable-list">repeatable list</a> of <a href="https://www.w3.org/TR/css3-transitions/#animtype-simple-list">simple list</a> of <a href="https://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a> and keywords
10291028
</table>
10301029

10311030
<p>Specifies the size of the background images. Where

0 commit comments

Comments
 (0)