diff options
author | alattalatta <urty5656@gmail.com> | 2021-05-19 23:08:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 23:08:15 +0900 |
commit | a6b8284ca9f43b5b3f81128ada704d279731a1f9 (patch) | |
tree | 37c9916d78be33be22389e91d6afc954f3a3c785 /files/ko/web/css/animation-duration/index.html | |
parent | 47d30d1ef52d1ce1cb54573b143e26fcc9bcd0b2 (diff) | |
download | translated-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-duration/index.html')
-rw-r--r-- | files/ko/web/css/animation-duration/index.html | 65 |
1 files changed, 2 insertions, 63 deletions
diff --git a/files/ko/web/css/animation-duration/index.html b/files/ko/web/css/animation-duration/index.html index 2aca466bc9..5fcbffce63 100644 --- a/files/ko/web/css/animation-duration/index.html +++ b/files/ko/web/css/animation-duration/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/animation-duration tags: - CSS 애니메이션 translation_of: Web/CSS/animation-duration +browser-compat: css.properties.animation-duration --- <div>{{CSSRef}} {{SeeCompatTable}}</div> @@ -68,69 +69,7 @@ animation-duration: 10s, 35s, 230ms; <h2 id="Browser_Compatibility" name="Browser_Compatibility">브라우저 호환성(Browser compatibility)</h2> -<p>{{CompatibilityTable}}</p> - -<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>3.0{{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.10</td> - <td>4.0{{property_prefix("-webkit")}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Chrome</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>2.0{{property_prefix("-webkit")}}</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>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>4.2{{property_prefix("-webkit")}}</td> - <td>{{CompatChrome(43.0)}}</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> |