aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/css/animation-direction
diff options
context:
space:
mode:
authoralattalatta <urty5656@gmail.com>2021-05-19 23:08:15 +0900
committerGitHub <noreply@github.com>2021-05-19 23:08:15 +0900
commita6b8284ca9f43b5b3f81128ada704d279731a1f9 (patch)
tree37c9916d78be33be22389e91d6afc954f3a3c785 /files/ko/web/css/animation-direction
parent47d30d1ef52d1ce1cb54573b143e26fcc9bcd0b2 (diff)
downloadtranslated-content-a6b8284ca9f43b5b3f81128ada704d279731a1f9.tar.gz
translated-content-a6b8284ca9f43b5b3f81128ada704d279731a1f9.tar.bz2
translated-content-a6b8284ca9f43b5b3f81128ada704d279731a1f9.zip
Get rid of {{CompatibilityTable}} from CSS (#859)
Diffstat (limited to 'files/ko/web/css/animation-direction')
-rw-r--r--files/ko/web/css/animation-direction/index.html110
1 files changed, 4 insertions, 106 deletions
diff --git a/files/ko/web/css/animation-direction/index.html b/files/ko/web/css/animation-direction/index.html
index 5bd1d1e41d..15586fb749 100644
--- a/files/ko/web/css/animation-direction/index.html
+++ b/files/ko/web/css/animation-direction/index.html
@@ -5,8 +5,9 @@ tags:
- CSS 속성
- CSS 애니메이션
translation_of: Web/CSS/animation-direction
+browser-compat: css.properties.animation-direction
---
-<div>{{CSSRef}} {{SeeCompatTable}}</div>
+<div>{{CSSRef}}</div>
<p><strong><code>animation-direction</code></strong> <a href="/en-US/docs/CSS" title="CSS">CSS</a> 속성은 애니메이션이 앞으로, 뒤로 또는 앞뒤로 번갈아 재생되어야하는지 여부를 지정합니다.</p>
@@ -76,112 +77,9 @@ animation-direction: unset;
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">브라우저 호환성(Browser compatibility)</h2>
+<h2 id="Browser_compatibility">브라우저 호환성(Browser compatibility)</h2>
-<div>{{CompatibilityTable}}</div>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari (WebKit)</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatVersionUnknown}}{{property_prefix("-webkit")}}<br>
- {{CompatChrome(43.0)}}</td>
- <td>{{CompatVersionUnknown}}{{property_prefix("-webkit")}}<br>
- {{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoDesktop("5.0")}}{{property_prefix("-moz")}}<br>
- {{CompatGeckoDesktop("16.0")}}<sup>[1]</sup></td>
- <td>10</td>
- <td>12{{property_prefix("-o")}}<br>
- 12.50</td>
- <td>4.0{{property_prefix("-webkit")}}</td>
- </tr>
- <tr>
- <td><code>reverse</code></td>
- <td>19</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoDesktop("16.0")}}</td>
- <td>10</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td><code>alternate-reverse</code></td>
- <td>19</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoDesktop("16.0")}}</td>
- <td>10</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Android Webview</th>
- <th>Edge</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- <th>Chrome for Android</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}{{property_prefix("-webkit")}}<br>
- {{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile("5.0")}}{{property_prefix("-moz")}}<br>
- {{CompatGeckoMobile("16.0")}}<sup>[1]</sup></td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}{{property_prefix("-webkit")}}<br>
- {{CompatChrome(43.0)}}</td>
- </tr>
- <tr>
- <td><code>reverse</code></td>
- <td>{{CompatNo}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile("16.0")}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatVersionUnknown}}{{property_prefix("-webkit")}}</td>
- </tr>
- <tr>
- <td><code>alternate-reverse</code></td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile("16.0")}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}{{property_prefix("-webkit")}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] Gecko 44.0 {{geckoRelease("44.0")}}은 layout.css.prefixes.webkit 환경 설정 뒤에 웹 호환성 이유로 인해 -webkit- 접두사가 붙은 속성 버전에 대한 지원을 추가했으며, 기본값은 false입니다. Gecko 49.0 {{geckoRelease("49.0")}} 이후 기본 설정은 true로 기본 설정됩니다.</p>
+<p>{{Compat}}</p>
<h2 id="같이_보기(See_also)">같이 보기(See also)</h2>