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-fill-mode/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-fill-mode/index.html')
-rw-r--r-- | files/ko/web/css/animation-fill-mode/index.html | 64 |
1 files changed, 2 insertions, 62 deletions
diff --git a/files/ko/web/css/animation-fill-mode/index.html b/files/ko/web/css/animation-fill-mode/index.html index 1cd84d5503..e22adcb062 100644 --- a/files/ko/web/css/animation-fill-mode/index.html +++ b/files/ko/web/css/animation-fill-mode/index.html @@ -5,6 +5,7 @@ tags: - CSS 속성 - CSS 애니메이션 translation_of: Web/CSS/animation-fill-mode +browser-compat: css.properties.animation-fill-mode --- <div>{{CSSRef}}</div> @@ -169,68 +170,7 @@ animation-fill-mode: both, forwards, none; <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>{{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.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>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatVersionUnknown}}{{property_prefix("-webkit")}}<br> - {{CompatVersionUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</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> |