diff options
Diffstat (limited to 'files/es/web/css/transform-function/index.html')
-rw-r--r-- | files/es/web/css/transform-function/index.html | 75 |
1 files changed, 1 insertions, 74 deletions
diff --git a/files/es/web/css/transform-function/index.html b/files/es/web/css/transform-function/index.html index 2e6a49bd81..c4e954df91 100644 --- a/files/es/web/css/transform-function/index.html +++ b/files/es/web/css/transform-function/index.html @@ -115,77 +115,4 @@ translation_of: Web/CSS/transform-function <h2 id="Compatibilidad_de_navegadores">Compatibilidad de navegadores</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Característica</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Soporte básico</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>Soporte de 3D</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>Característica</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>Soporte básico</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>Soporte de 3D</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 quitó el soporte experimental para <code>skew()</code>, pero se reintrodujo en Gecko 15.0 por razones de compatibilidad. Siendo no estándar, y probablemente removido en el futuro, no se recomienda usarlo.</p> - -<p>Antes de Firefox 16, los valores de traslación de <code>matrix()</code> y <code>matrix3d()</code> podían ser valores {{cssxref("length")}}, además del valor estándar {{cssxref("number")}}.</p> - -<p>[2] Internet Explorer 5.5 y superiores soportan la propiedad exclusiva <a href="https://msdn.microsoft.com/es-es/library/ms533014(VS.85,loband).aspx">Matrix Filter</a>, la cual puede ser usada para lograr un efecto similar.</p> - -<p>Internet Explorer 9.0 e inferiores no tienen soporte para transformaciones 3D. Combinar transformaciones 3D y 2D, como <code>-ms-transform: rotate(10deg) translateZ(0);</code>, hará que la propiedad completa sea descartada.</p> +{{Compat("css.types.transform-function")}} |