diff options
Diffstat (limited to 'files/es/web/css/grid/index.html')
-rw-r--r-- | files/es/web/css/grid/index.html | 60 |
1 files changed, 1 insertions, 59 deletions
diff --git a/files/es/web/css/grid/index.html b/files/es/web/css/grid/index.html index 1657f4d988..49a4e08ee7 100644 --- a/files/es/web/css/grid/index.html +++ b/files/es/web/css/grid/index.html @@ -112,65 +112,7 @@ grid: unset; <h2 id="Compatibilidad_en_navegadores">Compatibilidad en navegadores</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Característica</th> - <th>Chrome</th> - <th>Edge</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Soporte básico</td> - <td>{{CompatChrome("57.0")}}<sup>[1]</sup></td> - <td>{{CompatNo}}<sup>[3]</sup></td> - <td>{{CompatGeckoDesktop("52.0")}}<sup>[2]</sup></td> - <td>{{CompatNo}}<sup>[3]</sup></td> - <td>{{CompatOpera(44)}}<sup>[4]</sup></td> - <td>{{CompatSafari("10.1")}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Característica</th> - <th>Android Webview</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>{{CompatChrome("57.0")}}<sup>[1]</sup></td> - <td>{{CompatChrome("57.0")}}<sup>[1]</sup></td> - <td>{{CompatGeckoDesktop("52.0")}}<sup>[2]</sup></td> - <td>{{CompatNo}}<sup>[3]</sup></td> - <td>{{CompatOperaMobile}}</td> - <td>{{CompatSafari("10.3")}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Implementado detrás del flag <em>experimental Web Platform features</em> en <code>chrome://flags</code> desde Chrome 29.0.</p> - -<p>[2] Implementado detrás de la preferencia <code>layout.css.grid.enabled</code> desde Gecko 40.0 {{geckoRelease("40.0")}}, <code>false</code> por defecto. Desde Gecko 52.0 <code>true</code> por defecto.</p> - -<p>[3] Internet Explorer y Edge implementan una <a href="https://www.w3.org/TR/2011/WD-css3-grid-layout-20110407/">version antigua de la especificación</a>, que no define el shorthand <code>grid</code>. Ver el <a href="https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6514853-update-css-grid">pedido para actualizar la implementación</a>.</p> - -<p>[4] Implementado detrás del flag <em>Enable experimental Web Platform features</em> en <code>chrome://flags</code> desde Opera 28.0.</p> +{{Compat("css.properties.grid")}} <h2 id="Ver_también">Ver también</h2> |