diff options
Diffstat (limited to 'files/es/web/css/flex-basis/index.html')
-rw-r--r-- | files/es/web/css/flex-basis/index.html | 77 |
1 files changed, 1 insertions, 76 deletions
diff --git a/files/es/web/css/flex-basis/index.html b/files/es/web/css/flex-basis/index.html index 0df62d9ef7..ddef25be1e 100644 --- a/files/es/web/css/flex-basis/index.html +++ b/files/es/web/css/flex-basis/index.html @@ -195,82 +195,7 @@ flex-basis: unset; <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>Firefox (Gecko)</th> - <th>Chrome</th> - <th>Internet Explorer</th> - <th>Edge</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Soporte Base</td> - <td>{{CompatGeckoDesktop("18.0")}}<sup>[1]</sup><br> - {{CompatGeckoDesktop("22.0")}}</td> - <td>21.0{{property_prefix("-webkit")}}</td> - <td>11<sup>[2]</sup></td> - <td>12</td> - <td>12.10</td> - <td>7.0{{property_prefix("-webkit")}}<sup>[3]</sup></td> - </tr> - <tr> - <td><code>auto</code></td> - <td>{{CompatGeckoDesktop("18.0")}}</td> - <td>21.0</td> - <td>11</td> - <td>12</td> - <td>12.10</td> - <td>7.0{{property_prefix("-webkit")}}</td> - </tr> - <tr> - <td><code>content</code></td> - <td>{{CompatNo}}<sup>[4]</sup></td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>12</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>Firefox Mobile (Gecko)</th> - <th>Android</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Soporte Base</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}</td> - <td>12.10</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Para acivar el soporte de caja flexible en Firefox 18 y 19, el usuario debe cambiar en preferencias about:config en "layout.css.flexbox.enabled" a <code>true</code>. Firefox soporta flexbox multi-línea desde Firefox 28.</p> - -<p>[2] Cuando no se especifíca <code>flex-basis</code> como <code>auto</code>, Internet Explorer 10-11 (pero no 12+) siempre usa el box model mediante la propiedad <code>content-box</code> para calcular el tamaño de un elemento flexible, incluso si se aplica al elemento la propiedad <a href="/en-US/docs/Web/CSS/box-sizing"><code>box-sizing: border-box</code></a>. Ver <a href="https://github.com/philipwalton/flexbugs#7-flex-basis-doesnt-account-for-box-sizingborder-box">Flexbug #7</a> para más información.</p> - -<p>[3] Ver <a href="https://developer.apple.com/library/iad/releasenotes/General/WhatsNewInSafari/Articles/Safari_7_0.html">Safari 7.0</a>.</p> - -<p>[4] Ver {{bug("1105111")}}.</p> +{{Compat("css.properties.flex-basis")}} <h2 id="Ver_también">Ver también</h2> |