diff options
Diffstat (limited to 'files/ru/web/css/perspective')
-rw-r--r-- | files/ru/web/css/perspective/index.html | 63 |
1 files changed, 1 insertions, 62 deletions
diff --git a/files/ru/web/css/perspective/index.html b/files/ru/web/css/perspective/index.html index 015f838b1e..e15110654d 100644 --- a/files/ru/web/css/perspective/index.html +++ b/files/ru/web/css/perspective/index.html @@ -214,68 +214,7 @@ th, p, td { <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</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>Базовая поддержка</td> - <td> - <p>12{{ property_prefix('-webkit') }}{{ CompatGeckoDesktop("10") }}<br> - 45</p> - </td> - <td>{{CompatVersionUnknown}}{{property_prefix("-webkit")}}<br> - {{CompatVersionUnknown}}</td> - <td> - <p>{{ CompatGeckoDesktop("10") }}{{ property_prefix('-moz') }}<br> - {{ CompatGeckoDesktop("16") }}<sup>[1]</sup></p> - </td> - <td>10</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>Edge</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Базовая поддержка</td> - <td>3.0{{ property_prefix('-webkit') }}</td> - <td>{{CompatVersionUnknown}}{{property_prefix("-webkit")}}<br> - {{CompatVersionUnknown}}</td> - <td>{{ CompatGeckoMobile("10") }}{{ property_prefix('-moz') }}<br> - {{ CompatGeckoMobile("16") }}<sup>[1]</sup></td> - <td>8.1</td> - <td>{{ CompatVersionUnknown() }}{{ property_prefix('-webkit') }}</td> - <td>{{ CompatVersionUnknown() }}{{ property_prefix('-webkit') }}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] In addition to the unprefixed support, Gecko 45.0 {{geckoRelease("45.0")}} added support for a <code>-webkit</code> prefixed version of the property for web compatibility reasons behind the preference <code>layout.css.prefixes.webkit</code>, defaulting to <code>false</code>. Since Gecko 49.0 {{geckoRelease("49.0")}} the preference defaults to <code>true</code>.</p> +<p>{{Compat("css.properties.perspective")}}</p> <h2 id="See_also" name="See_also">Смотрите также</h2> |