diff options
Diffstat (limited to 'files/es/web/css/basic-shape/index.html')
-rw-r--r-- | files/es/web/css/basic-shape/index.html | 84 |
1 files changed, 1 insertions, 83 deletions
diff --git a/files/es/web/css/basic-shape/index.html b/files/es/web/css/basic-shape/index.html index 7ebf5eb24b..3d3ac425e6 100644 --- a/files/es/web/css/basic-shape/index.html +++ b/files/es/web/css/basic-shape/index.html @@ -116,89 +116,7 @@ translation_of: Web/CSS/basic-shape <h2 id="Browser_Compatibility" name="Browser_Compatibility">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(47)}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{compatVersionUnknown()}}</td> - </tr> - <tr> - <td><code>inset()</code></td> - <td>{{compatUnknown()}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{compatUnknown()}}</td> - </tr> - <tr> - <td>Animaciones</td> - <td>{{compatUnknown()}}</td> - <td>{{CompatGeckoDesktop(49)}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{compatUnknown()}}</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>{{compatVersionUnknown()}}</td> - <td>{{compatVersionUnknown()}}</td> - <td>{{CompatGeckoMobile(47)}} (behind a pref)</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{compatVersionUnknown()}}</td> - </tr> - <tr> - <td><code>inset()</code></td> - <td>{{compatUnknown()}}</td> - <td>{{compatVersionUnknown()}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{compatUnknown()}}</td> - </tr> - <tr> - <td>Animaciones</td> - <td>{{compatUnknown()}}</td> - <td>{{compatUnknown()}}</td> - <td>{{CompatGeckoMobile(49)}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{compatUnknown()}}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("css.types.basic-shape")}} <h2 id="Véase_también">Véase también</h2> |