diff options
Diffstat (limited to 'files/ru/web/css/transform-style/index.html')
-rw-r--r-- | files/ru/web/css/transform-style/index.html | 52 |
1 files changed, 1 insertions, 51 deletions
diff --git a/files/ru/web/css/transform-style/index.html b/files/ru/web/css/transform-style/index.html index eb102bd45e..9262a1cc54 100644 --- a/files/ru/web/css/transform-style/index.html +++ b/files/ru/web/css/transform-style/index.html @@ -59,57 +59,7 @@ transform-style: unset; <h2 id="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>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td>12{{property_prefix('-webkit')}}</td> - <td>{{CompatGeckoDesktop("10")}}{{property_prefix('-moz')}}<br> - {{CompatGeckoDesktop("16")}}</td> - <td>10<sup>[1]</sup></td> - <td>15{{property_prefix('-webkit')}}</td> - <td>{{CompatVersionUnknown}}{{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>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>3.0{{property_prefix('-webkit')}}</td> - <td>{{CompatGeckoMobile("10")}}{{property_prefix('-moz')}}<br> - {{CompatGeckoMobile("16")}}</td> - <td>8.1</td> - <td>{{CompatVersionUnknown}}{{property_prefix('-webkit')}}</td> - <td>{{CompatVersionUnknown}}{{property_prefix('-webkit')}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Internet Explorer currently doesn't support the <code>preserve-3d</code> value.</p> +<p>{{Compat("css.properties.transform-style")}}</p> <h2 id="See_also">See also</h2> |