diff options
author | YujiSoftware <yuji.software+github@gmail.com> | 2022-03-03 22:36:23 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 07:36:23 -0600 |
commit | 0ce7202a706c9036eeea42c158f433c2b7940457 (patch) | |
tree | 4e952b5472e3140bd12ac07e77df3aa47e79b60f /files/es/web/css/text-decoration | |
parent | 581e6fb5827a5450e295c91250dd0563a3c9251a (diff) | |
download | translated-content-0ce7202a706c9036eeea42c158f433c2b7940457.tar.gz translated-content-0ce7202a706c9036eeea42c158f433c2b7940457.tar.bz2 translated-content-0ce7202a706c9036eeea42c158f433c2b7940457.zip |
Migrate CompatibilityTable to Compat macro (es) (#4355)
* Migrate CompatibilityTable to Compat macro (es)
* Migrate to multiple Compat macro (es)
Diffstat (limited to 'files/es/web/css/text-decoration')
-rw-r--r-- | files/es/web/css/text-decoration/index.html | 91 |
1 files changed, 1 insertions, 90 deletions
diff --git a/files/es/web/css/text-decoration/index.html b/files/es/web/css/text-decoration/index.html index bdeca2d164..8d5517a3b9 100644 --- a/files/es/web/css/text-decoration/index.html +++ b/files/es/web/css/text-decoration/index.html @@ -104,96 +104,7 @@ p.underover { <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>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Soporte básico</td> - <td>{{CompatGeckoDesktop("1.0")}}</td> - <td>1.0</td> - <td>3.0</td> - <td>3.5</td> - <td>1.0</td> - </tr> - <tr> - <td>valor <code>blink</code></td> - <td>{{CompatGeckoDesktop("1.0")}}<br> - {{CompatGeckoDesktop("23.0")}}<sup>[1]</sup></td> - <td>{{CompatVersionUnknown}}<sup>[1]</sup></td> - <td>{{CompatVersionUnknown}}<sup>[1]</sup></td> - <td>4.0<br> - 15.0<sup>[1]</sup></td> - <td>{{CompatVersionUnknown}}<sup>[1]</sup></td> - </tr> - <tr> - <td>Propiedad reducida</td> - <td>{{CompatGeckoDesktop("6.0")}}<sup>[3]</sup><br> - {{CompatGeckoDesktop("36.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatNo}}</td> - <td>7.1<sup>[2]</sup></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 básico</td> - <td>{{CompatGeckoMobile("1.0")}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - <tr> - <td>valor <code>blink</code></td> - <td>{{CompatGeckoDesktop("1.0")}}<br> - {{CompatGeckoDesktop("23.0")}}<sup>[1]</sup></td> - <td>{{CompatVersionUnknown}}<sup>[1]</sup></td> - <td>{{CompatVersionUnknown}}<sup>[1]</sup></td> - <td>4.0<sup>[1]</sup></td> - <td>{{CompatVersionUnknown}}<sup>[1]</sup></td> - </tr> - <tr> - <td>Propiedad reducida</td> - <td>{{CompatGeckoMobile("6.0")}}<sup>[3]</sup><br> - {{CompatGeckoMobile("36.0")}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatUnknown}}</td> - <td>8<sup>[1]</sup></td> - </tr> - </tbody> -</table> -</div> - -<p>[1] El valor <code>blink</code> no tiene ningún efecto.</p> - -<p>[2] Safari no soporta {{cssxref("text-decoration-style")}}.</p> - -<p>[3] Esta versión de Gecko tiene una implementación parcial.</p> +{{Compat("css.properties.text-decoration")}} <h2 id="Véase_también">Véase también</h2> |