diff options
Diffstat (limited to 'files/es/web/css/writing-mode/index.html')
-rw-r--r-- | files/es/web/css/writing-mode/index.html | 94 |
1 files changed, 1 insertions, 93 deletions
diff --git a/files/es/web/css/writing-mode/index.html b/files/es/web/css/writing-mode/index.html index 719b4644bc..480f27112a 100644 --- a/files/es/web/css/writing-mode/index.html +++ b/files/es/web/css/writing-mode/index.html @@ -142,99 +142,7 @@ th {background-color: lightgray; } <h2 id="Compatibilidad_entre_navegadores">Compatibilidad entre navegadores</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Función</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Compatibilidad básica</td> - <td>8{{property_prefix("-webkit")}}</td> - <td>{{CompatGeckoDesktop(41)}}<sup>[1][3]</sup></td> - <td>9.0 {{property_prefix("-ms")}}<sup>[2]</sup></td> - <td>15{{property_prefix("-webkit")}}</td> - <td>5.1{{property_prefix("-webkit")}}</td> - </tr> - <tr> - <td>Valores de SVG 1.1 <code>lr</code>, <code>lr-tb</code>, <code>rl</code>, <code>tb</code>, <code>tb-rl</code></td> - <td>{{CompatChrome(48.0)}} (sin prefijos)</td> - <td>{{CompatGeckoDesktop(43)}}</td> - <td>9.0 {{property_prefix("-ms")}}<sup>[2]</sup></td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td><code>sideways-rl,sideways-lr</code></td> - <td>{{CompatNo}} (a partir de 48.0)</td> - <td>{{CompatGeckoDesktop(43)}}</td> - <td>{{CompatNo}} (a partir de 25)</td> - <td>{{CompatNo}} (a partir de 35.0)</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Función</th> - <th>Android</th> - <th>Webview de Android</th> - <th>Chrome para Android</th> - <th>Firefox móvil (Gecko)</th> - <th>IE móvil</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Compatibilidad básica</td> - <td>3{{property_prefix("-webkit")}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>47{{property_prefix("-webkit")}}</td> - <td>{{CompatGeckoMobile(41)}} <sup>[1][3]</sup></td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>5.1 {{property_prefix("-webkit")}}</td> - </tr> - <tr> - <td>Valores de SVG 1.1 <code>lr</code>, <code>lr-tb</code>, <code>rl</code>, <code>tb</code>, <code>tb-rl</code></td> - <td>{{CompatUnknown}}</td> - <td>{{CompatChrome(48.0)}} (sin prefijos)</td> - <td>{{CompatChrome(48.0)}} (sin prefijos)</td> - <td>{{CompatGeckoMobile(43)}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - <tr> - <td><code>sideways-rl,sideways-lr</code></td> - <td>{{CompatNo}}<sup>[4]</sup></td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Desde Gecko 36 hubo una implementación experimental disponible, regida por la preferencia <code>layout.css.vertical-text.enabled</code>, cuyo valor era <code>false</code> hasta Firefox 38. A partir de Firefox 39 y Firefox 40, la preferencia se activó (<code>true</code>) solo en las ediciones Nightly y DevTools. Observe que no todos los <em>widgets</em> de CSS (p. ej., tablas) la acatan, por el momento.</p> - -<p>[2] La implementación de Internet Explorer diverge de la especificación. Consulte el <a href="https://msdn.microsoft.com/en-us/library/ie/ms531187%28v=vs.85%29.aspx">artículo relacionado en el Centro de desarrollo de Internet Explorer</a>.</p> - -<p>[3] Solo a partir de Gecko 42 se admiten los sistemas de escritura bidireccionales y RTL.</p> +{{Compat("css.properties.writing-mode")}} <h2 id="Véase_también">Véase también</h2> |