diff options
Diffstat (limited to 'files/es/web/css/text-emphasis/index.html')
-rw-r--r-- | files/es/web/css/text-emphasis/index.html | 51 |
1 files changed, 1 insertions, 50 deletions
diff --git a/files/es/web/css/text-emphasis/index.html b/files/es/web/css/text-emphasis/index.html index f7018e34d6..5a3a94a071 100644 --- a/files/es/web/css/text-emphasis/index.html +++ b/files/es/web/css/text-emphasis/index.html @@ -118,56 +118,7 @@ text-emphasis: unset; <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Firefox (Gecko)</th> - <th>Chrome</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatGeckoDesktop("46")}}<sup>[1]</sup></td> - <td>25.0{{property_prefix("-webkit")}}</td> - <td>{{CompatNo()}}</td> - <td>15.0{{property_prefix("-webkit")}}</td> - <td>6.1{{property_prefix("-webkit")}}<br> - 7.1</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Firefox Mobile (Gecko)</th> - <th>Android</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatGeckoDesktop("46")}}<sup>[1]</sup></td> - <td>4.4{{property_prefix("-webkit")}}</td> - <td>{{CompatNo()}}</td> - <td>33{{property_prefix("-webkit")}}</td> - <td>7.1</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] In Firefox 45, it wasn't activated by default: in <code>about:config</code>, the user has to set the preference <code>layout.css.text-emphasis.enabled</code> to <code>true</code>. Activated by default in Firefox 46, this preference was removed in Firefox 49.</p> +{{Compat("css.properties.text-emphasis")}} <h2 id="Ver_también">Ver también</h2> |