Skip to content

Commit

Permalink
Fixes #27. Fix -webkit-animation-direction typo.
Browse files Browse the repository at this point in the history
(thanks to @alancutter)
  • Loading branch information
Mike Taylor committed Jan 15, 2016
1 parent 1582a7a commit 48e278c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions compatibility.bs
Expand Up @@ -323,7 +323,7 @@ The following <code>-webkit-</code> <a>vendor prefixed</a> properties must be su
<td><code>'animation-iteration-count'</code></td>
</tr>
<tr>
<td><code><dfn type=property>-webkit-direction</dfn></code></td>
<td><code><dfn type=property>-webkit-animation-direction</dfn></code></td>
<td><code>'animation-direction'</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -840,7 +840,7 @@ WebKit also has this on <a href="https://github.com/WebKit/webkit/blob/e455672f9
</div>

<h2 id="acknowledgements" class="no-num">Acknowledgements</h2>
Thanks to Daniel Holbert, hexalys, Jacob Rossi, Philip Jägenstedt, Simon Pieters, Stanley Stuart, and Your Name Here for feedback and contributions to this standard.
Thanks to Alan Cutter, Daniel Holbert, hexalys, Jacob Rossi, Philip Jägenstedt, Simon Pieters, Stanley Stuart, and Your Name Here for feedback and contributions to this standard.

Thanks to Simon Pieters, Dirk Schulze and Rik Cabanier for defining the {{DOMMatrix}} and {{DOMMatrixReadOnly}} interfaces. [[!geometry-1]]

Expand Down
8 changes: 4 additions & 4 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="2016-01-13">13 January 2016</time></span></h2>
<time class="dt-updated" datetime="2016-01-14">14 January 2016</time></span></h2>

<div data-fill-with="spec-metadata">
<dl>
Expand Down Expand Up @@ -409,7 +409,7 @@ <h4 class="heading settled" data-level="3.4.1" id="css-simple-aliases"><span cla

<tr>

<td><code><dfn data-dfn-type="dfn" data-noexport="" id="_webkit_direction" type="property">-webkit-direction<a class="self-link" href="#_webkit_direction"></a></dfn></code>
<td><code><dfn data-dfn-type="dfn" data-noexport="" id="_webkit_animation_direction" type="property">-webkit-animation-direction<a class="self-link" href="#_webkit_animation_direction"></a></dfn></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>
Expand Down Expand Up @@ -1331,7 +1331,7 @@ <h4 class="heading settled" data-level="4.2.2" id="event-handlers"><span class="


<h2 class="no-num heading settled" id="acknowledgements"><span class="content">Acknowledgements</span><a class="self-link" href="#acknowledgements"></a></h2>
Thanks to Daniel Holbert, hexalys, Jacob Rossi, Philip Jägenstedt, Simon Pieters, Stanley Stuart, and Your Name Here for feedback and contributions to this standard.
Thanks to Alan Cutter, Daniel Holbert, hexalys, Jacob Rossi, Philip Jägenstedt, Simon Pieters, Stanley Stuart, and Your Name Here for feedback and contributions to this standard.


<p>Thanks to Simon Pieters, Dirk Schulze and Rik Cabanier for defining the <code class="idl"><a data-link-type="idl" href="https://drafts.fxtf.org/geometry/#dommatrix">DOMMatrix</a></code> and <code class="idl"><a data-link-type="idl" href="https://drafts.fxtf.org/geometry/#dommatrixreadonly">DOMMatrixReadOnly</a></code> interfaces. <a data-link-type="biblio" href="#biblio-geometry-1">[geometry-1]</a></p>
Expand Down Expand Up @@ -1406,6 +1406,7 @@ <h3 class="no-num heading settled" id="index-defined-here"><span class="content"
<li><a href="#dom-webkitcssmatrix-translate-tx-ty-tz-tz">tz</a><span>, in §4.1</span>
<li><a href="#_webkit_animation">-webkit-animation</a><span>, in §3.4.1</span>
<li><a href="#_webkit_animation_delay">-webkit-animation-delay</a><span>, in §3.4.1</span>
<li><a href="#_webkit_animation_direction">-webkit-animation-direction</a><span>, in §3.4.1</span>
<li><a href="#_webkit_animation_duration">-webkit-animation-duration</a><span>, in §3.4.1</span>
<li><a href="#_webkit_animation_fill_mode">-webkit-animation-fill-mode</a><span>, in §3.4.1</span>
<li><a href="#_webkit_animation_iteration_count">-webkit-animation-iteration-count</a><span>, in §3.4.1</span>
Expand Down Expand Up @@ -1441,7 +1442,6 @@ <h3 class="no-num heading settled" id="index-defined-here"><span class="content"
<li><a href="#dom-webkitcssmatrix-webkitcssmatrix-other">WebKitCSSMatrix(other)</a><span>, in §4.1.1</span>
<li><a href="#dom-webkitcssmatrix-webkitcssmatrix-transformlist">WebKitCSSMatrix(transformList)</a><span>, in §4.1.1</span>
<li><a href="#descdef-media--webkit-device-pixel-ratio">-webkit-device-pixel-ratio</a><span>, in §3.2.1</span>
<li><a href="#_webkit_direction">-webkit-direction</a><span>, in §3.4.1</span>
<li><a href="#_webkit_filter">-webkit-filter</a><span>, in §3.4.1</span>
<li><a href="#at-ruledef--webkit-keyframes">@-webkit-keyframes</a><span>, in §3.1</span>
<li><a href="#funcdef--webkit-linear-gradient">-webkit-linear-gradient()</a><span>, in §3.3.1</span>
Expand Down

0 comments on commit 48e278c

Please sign in to comment.