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/will-change/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/will-change/index.html')
-rw-r--r-- | files/ko/web/css/will-change/index.html | 53 |
1 files changed, 2 insertions, 51 deletions
diff --git a/files/ko/web/css/will-change/index.html b/files/ko/web/css/will-change/index.html index ddddef39f2..a685e9f2f7 100644 --- a/files/ko/web/css/will-change/index.html +++ b/files/ko/web/css/will-change/index.html @@ -2,6 +2,7 @@ title: will-change slug: Web/CSS/will-change translation_of: Web/CSS/will-change +browser-compat: css.properties.will-change --- <div>{{CSSRef}}</div> @@ -118,54 +119,4 @@ function removeHint() { <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatChrome(36)}}</td> - <td>{{CompatGeckoDesktop(36)}} [1]</td> - <td><a href="https://dev.modern.ie/platform/status/csswillchange/?filter=f3e0000bf&search=will-change">{{CompatNo}}</a></td> - <td>{{CompatOpera(24)}}</td> - <td>{{CompatSafari(9.1)}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>37</td> - <td>{{CompatGeckoMobile(36)}} [1]</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>9.3</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] From Firefox 31 to 35, <code>will-change</code> was available, but only if the user flipped the <code>layout.css.will-change.enabled</code> flag to <code>true</code>. The preference have been removed in Firefox 43.</p> - -<p>Firefox allows to set <code>will-change: will-change</code> up to version 42.0, which is invalid by the spec. This was fixed in Firefox 43.0. See {{bug("1195884")}}.</p> +<p>{{Compat}}</p> |