Navigation Menu

Skip to content

Commit

Permalink
Issue #9. Add -webkit-animation* to list of simple aliases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Oct 30, 2015
1 parent 22ba745 commit eef5dde
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 5 deletions.
40 changes: 38 additions & 2 deletions compatibility.bs
Expand Up @@ -189,8 +189,40 @@ The following <code>-webkit-</code> <a>vendor prefixed</a> properties must be su
</thead>
<tbody>
<tr>
<td><code>-webkit-background</code></td>
<td><code>'background'</code></td>
<td><code>-webkit-animation-name</code></td>
<td><code>'animation-name'</code></td>
</tr>
<tr>
<td><code>-webkit-animation-duration</code></td>
<td><code>'animation-duration'</code></td>
</tr>
<tr>
<td><code>-webkit-animation-timing-function</code></td>
<td><code>'animation-timing-function'</code></td>
</tr>
<tr>
<td><code>-webkit-animation-iteration-count</code></td>
<td><code>'animation-iteration-count'</code></td>
</tr>
<tr>
<td><code>-webkit-direction</code></td>
<td><code>'animation-direction'</code></td>
</tr>
<tr>
<td><code>-webkit-animation-play-state</code></td>
<td><code>'animation-play-state'</code></td>
</tr>
<tr>
<td><code>-webkit-animation-delay</code></td>
<td><code>'animation-delay'</code></td>
</tr>
<tr>
<td><code>-webkit-animation-fill-mode</code></td>
<td><code>'animation-fill-mode'</code></td>
</tr>
<tr>
<td><code>-webkit-animation</code></td>
<td><code>'animation'</code></td>
</tr>
<tr>
<td><code>-webkit-background-attachment</code></td>
Expand Down Expand Up @@ -232,6 +264,10 @@ The following <code>-webkit-</code> <a>vendor prefixed</a> properties must be su
<td><code>-webkit-background-size</code></td>
<td><code>'background-size'</code></td>
</tr>
<tr>
<td><code>-webkit-background</code></td>
<td><code>'background'</code></td>
</tr>
</tbody>
</table>

Expand Down
110 changes: 107 additions & 3 deletions compatibility.html
Expand Up @@ -30,7 +30,7 @@
<h1 class="p-name no-ref" id="title">Compatibility</h1>

<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated
<time class="dt-updated" datetime="2015-10-28">28 October 2015</time></span></h2>
<time class="dt-updated" datetime="2015-10-30">30 October 2015</time></span></h2>

<div data-fill-with="spec-metadata">
<dl>
Expand Down Expand Up @@ -186,10 +186,90 @@ <h3 class="heading settled" data-level="3.1" id="css-simple-aliases"><span class

<tr>

<td><code>-webkit-background</code>
<td><code>-webkit-animation-name</code>


<td><code><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-backgrounds-3/#background">background</a></code>
<td><code><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation-name">animation-name</a></code>




<tr>

<td><code>-webkit-animation-duration</code>


<td><code><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation-duration">animation-duration</a></code>




<tr>

<td><code>-webkit-animation-timing-function</code>


<td><code><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation-timing-function">animation-timing-function</a></code>




<tr>

<td><code>-webkit-animation-iteration-count</code>


<td><code><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation-iteration-count">animation-iteration-count</a></code>




<tr>

<td><code>-webkit-direction</code>


<td><code><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation-direction">animation-direction</a></code>




<tr>

<td><code>-webkit-animation-play-state</code>


<td><code><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation-play-state">animation-play-state</a></code>




<tr>

<td><code>-webkit-animation-delay</code>


<td><code><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation-delay">animation-delay</a></code>




<tr>

<td><code>-webkit-animation-fill-mode</code>


<td><code><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation-fill-mode">animation-fill-mode</a></code>




<tr>

<td><code>-webkit-animation</code>


<td><code><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation">animation</a></code>



Expand Down Expand Up @@ -293,6 +373,16 @@ <h3 class="heading settled" data-level="3.1" id="css-simple-aliases"><span class




<tr>

<td><code>-webkit-background</code>


<td><code><a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-backgrounds-3/#background">background</a></code>




</table>

Expand Down Expand Up @@ -828,6 +918,18 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
<ul>
<li><a href="https://dom.spec.whatwg.org/#concept-event-fire">fire an event</a>
</ul>
<li><a data-link-type="biblio" href="#biblio-css-animations-1">[css-animations-1]</a> defines the following terms:
<ul>
<li><a href="https://drafts.csswg.org/css-animations-1/#propdef-animation">animation</a>
<li><a href="https://drafts.csswg.org/css-animations-1/#propdef-animation-delay">animation-delay</a>
<li><a href="https://drafts.csswg.org/css-animations-1/#propdef-animation-direction">animation-direction</a>
<li><a href="https://drafts.csswg.org/css-animations-1/#propdef-animation-duration">animation-duration</a>
<li><a href="https://drafts.csswg.org/css-animations-1/#propdef-animation-fill-mode">animation-fill-mode</a>
<li><a href="https://drafts.csswg.org/css-animations-1/#propdef-animation-iteration-count">animation-iteration-count</a>
<li><a href="https://drafts.csswg.org/css-animations-1/#propdef-animation-name">animation-name</a>
<li><a href="https://drafts.csswg.org/css-animations-1/#propdef-animation-play-state">animation-play-state</a>
<li><a href="https://drafts.csswg.org/css-animations-1/#propdef-animation-timing-function">animation-timing-function</a>
</ul>
<li><a data-link-type="biblio" href="#biblio-css-backgrounds-3">[css-backgrounds-3]</a> defines the following terms:
<ul>
<li><a href="https://drafts.csswg.org/css-backgrounds-3/#background">background</a>
Expand Down Expand Up @@ -908,6 +1010,8 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
<dd>Ian Hickson. <a href="https://html.spec.whatwg.org/multipage/">HTML Standard</a>. Living Standard. URL: <a href="https://html.spec.whatwg.org/multipage/">https://html.spec.whatwg.org/multipage/</a>
<dt id="biblio-whatwg-dom"><a class="self-link" href="#biblio-whatwg-dom"></a>[WHATWG-DOM]
<dd>Anne van Kesteren. <a href="https://dom.spec.whatwg.org/">DOM Standard</a>. Living Standard. URL: <a href="https://dom.spec.whatwg.org/">https://dom.spec.whatwg.org/</a>
<dt id="biblio-css-animations-1"><a class="self-link" href="#biblio-css-animations-1"></a>[CSS-ANIMATIONS-1]
<dd>CSS Animations Module Level 1 URL: <a href="https://drafts.csswg.org/css-animations-1/">https://drafts.csswg.org/css-animations-1/</a>
<dt id="biblio-css-backgrounds-3"><a class="self-link" href="#biblio-css-backgrounds-3"></a>[CSS-BACKGROUNDS-3]
<dd>CSS Backgrounds and Borders Module Level 3 URL: <a href="https://drafts.csswg.org/css-backgrounds-3/">https://drafts.csswg.org/css-backgrounds-3/</a>
<dt id="biblio-geometry-1"><a class="self-link" href="#biblio-geometry-1"></a>[GEOMETRY-1]
Expand Down

0 comments on commit eef5dde

Please sign in to comment.