diff options
Diffstat (limited to 'files/es/web/css/angle/index.html')
-rw-r--r-- | files/es/web/css/angle/index.html | 64 |
1 files changed, 1 insertions, 63 deletions
diff --git a/files/es/web/css/angle/index.html b/files/es/web/css/angle/index.html index 8a3a9bb0ed..913d44e650 100644 --- a/files/es/web/css/angle/index.html +++ b/files/es/web/css/angle/index.html @@ -74,66 +74,4 @@ translation_of: Web/CSS/angle <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 (WebKit)</th> - </tr> - <tr> - <td>Soporte básico</td> - <td>2 (528.17)</td> - <td>3.6 (1.9.2)</td> - <td>9.0</td> - <td>{{ CompatNo }}</td> - <td>4.0 (528.17)</td> - </tr> - <tr> - <td><code>turn</code> unit</td> - <td>{{ CompatNo }}</td> - <td>13.0</td> - <td>9.0</td> - <td>{{ CompatNo }}</td> - <td>{{ CompatNo }}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Característica</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Soporte básico</td> - <td>{{ CompatUnknown }}</td> - <td>{{ CompatVersionUnknown }}</td> - <td>{{ CompatUnknown }}</td> - <td>{{ CompatNo }}</td> - <td>{{ CompatUnknown }}</td> - </tr> - <tr> - <td><code>turn</code> unit</td> - <td>{{ CompatNo }}</td> - <td>13.0</td> - <td>{{ CompatUnknown }}</td> - <td>{{ CompatNo }}</td> - <td>{{ CompatNo }}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("css.types.angle")}} |