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/background-clip | |
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/background-clip')
-rw-r--r-- | files/es/web/css/background-clip/index.html | 72 |
1 files changed, 1 insertions, 71 deletions
diff --git a/files/es/web/css/background-clip/index.html b/files/es/web/css/background-clip/index.html index 2c8b8daf79..55639dab35 100644 --- a/files/es/web/css/background-clip/index.html +++ b/files/es/web/css/background-clip/index.html @@ -91,77 +91,7 @@ background-clip: inherit <h2 id="Compatibilidad_del_navegador"><font><font>Compatibilidad del navegador</font></font></h2> -<p>{{ CompatibilityTable() }}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Soporte basico</td> - <td>1.0 [3]</td> - <td>{{ CompatGeckoDesktop("2.0") }} [1]</td> - <td>9.0 [2]</td> - <td>10.5</td> - <td>3.0 (522) [3]</td> - </tr> - <tr> - <td><code>content-box</code></td> - <td>1.0 [3]</td> - <td>{{ CompatGeckoDesktop("2.0") }} [1]</td> - <td>9.0 [2]</td> - <td>12.0 (maybe earlier)</td> - <td>3.0 (522) [3]</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>4.1</td> - <td>{{ CompatGeckoMobile("14") }}</td> - <td>7.1</td> - <td>12.1</td> - <td>{{ CompatVersionUnknown() }}</td> - </tr> - <tr> - <td><code>content-box</code></td> - <td>4.1</td> - <td>{{ CompatGeckoMobile("14") }}</td> - <td>7.1</td> - <td>12.1</td> - <td>{{ CompatVersionUnknown() }}</td> - </tr> - </tbody> -</table> -</div> - -<p>[1] Gecko soportado, desde la version 1.1 a la version 1.9.2, <span class="short_text" id="result_box" lang="es"><span class="hps">que se corresponde con</span> <span class="hps">Firefox</span></span> 1.0 a 3.6 incluido, con una diferente sintaxis con prefijo: <code>-moz-background-clip: padding | border</code>.</p> - -<p>[2] Internet Explorer 7 soportado, <span id="result_box" lang="es"><span class="hps">pero</span> <span class="hps">en otras versiones de</span> <span class="hps">Internet Explorer</span> <span class="hps">se comporta como</span></span> <code>background-clip:padding</code> si <code>overflow es: hidden | auto | scroll</code>.</p> - -<p>[3]<span id="result_box" lang="es"><span class="hps">Webkit</span> <span class="hps">también es compatible con</span> <span class="hps">prefijo</span> en esta<span class="hps"> propiedad,</span> <span class="hps">y en ese caso</span><span>,</span> <span class="hps">además de las</span> <span class="hps">palabras clave</span> <span class="hps">actuales</span><span>,</span> <span class="hps">los</span> <span class="hps">sinónimos</span> <span class="hps">alternativas</span> <span class="hps">son</span></span>: <code>padding</code>, <code>border</code>, and <code>content</code>.</p> - -<p>[4] Konqueror 3.5.4 tiene soporte con<code> -khtml-background-clip</code>.</p> +{{Compat("css.properties.background-clip")}} <h2 id="Ver_también">Ver también</h2> |