aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/transform-function/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/transform-function/index.html')
-rw-r--r--files/ru/web/css/transform-function/index.html75
1 files changed, 1 insertions, 74 deletions
diff --git a/files/ru/web/css/transform-function/index.html b/files/ru/web/css/transform-function/index.html
index ac2d219b1f..851db15b12 100644
--- a/files/ru/web/css/transform-function/index.html
+++ b/files/ru/web/css/transform-function/index.html
@@ -125,80 +125,7 @@ translation_of: Web/CSS/transform-function
<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</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoDesktop("1.9.1")}}<sup>[1]</sup></td>
- <td>9.0<sup>[2]</sup></td>
- <td>10.5</td>
- <td>3.1</td>
- </tr>
- <tr>
- <td>3D Support</td>
- <td>12.0</td>
- <td>{{CompatGeckoDesktop("10.0")}}</td>
- <td>10.0</td>
- <td>15.0</td>
- <td>4.0</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Chrome for Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatAndroid(2.1)}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>11.5</td>
- <td>3.2</td>
- </tr>
- <tr>
- <td>3D Support</td>
- <td>{{CompatAndroid(3.0)}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>22</td>
- <td>3.2</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] Gecko 14.0 removed the experimental support for <code>skew()</code>, but it was reintroduced in Gecko 15.0 for compatibility reasons. As it is non-standard and will likely be removed in the future, do not use it.</p>
-
-<p>Before Firefox 16, the translation values of <code>matrix()</code> and <code>matrix3d()</code> could be {{cssxref("length")}} in addition to the standard {{cssxref("number")}}.</p>
-
-<p>[2] Internet Explorer 5.5 or later supports a proprietary <a href="http://msdn.microsoft.com/en-us/library/ms533014%28VS.85,loband%29.aspx">Matrix Filter</a> which can be used to achieve a similar effect.</p>
-
-<p>Internet Explorer 9.0 or earlier has no support for 3D transforms. Mixing 3D and 2D transform functions, such as <code>-ms-transform: rotate(10deg) translateZ(0);</code>, will prevent the entire property from being applied.</p>
+<p>{{Compat("css.types.transform-function")}}</p>
<h2 id="See_also">See also</h2>