aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/css/css_positioning
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 11:33:49 -0400
committerGitHub <noreply@github.com>2021-07-27 11:33:49 -0400
commit4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4 (patch)
tree0450d8e183c235b7ce07e9c34be2220e6ae1eab2 /files/es/web/css/css_positioning
parenta0187295debbfe75d4409f360ba7e0ff765ca2f3 (diff)
downloadtranslated-content-4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4.tar.gz
translated-content-4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4.tar.bz2
translated-content-4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4.zip
Remove link title attributes thats just the href es (#1737)
* remove link 'title' attributes that's just the 'href' (es) * a couple more
Diffstat (limited to 'files/es/web/css/css_positioning')
-rw-r--r--files/es/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html b/files/es/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html
index 0927923987..4f7978ec8e 100644
--- a/files/es/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html
+++ b/files/es/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html
@@ -20,7 +20,7 @@ original_slug: Web/CSS/CSS_Positioning/entendiendo_z_index/El_contexto_de_apilam
<li>sea el elemento raiz (HTML),</li>
<li>tenga posición (absoluta o relativa) con un valor z-index distinto de "auto",</li>
<li>un elemento flex con un valor z-index distinto de "auto", que sea el elemento padre display: flex|inline-flex,</li>
- <li>sean elementos con un valor {{cssxref("opacity")}} menor de 1. (Mira <a href="http://www.w3.org/TR/css3-color/#transparency" title="http://www.w3.org/TR/css3-color/#transparency">la especificación de opacity</a>),</li>
+ <li>sean elementos con un valor {{cssxref("opacity")}} menor de 1. (Mira <a href="http://www.w3.org/TR/css3-color/#transparency">la especificación de opacity</a>),</li>
<li>elementos con un valor  {{cssxref("transform")}} distinto de "none",</li>
<li>elementos con un valor {{cssxref("mix-blend-mode")}} distinto de "normal",</li>
<li>elementos con un valor {{cssxref("filter")}} distinto de "none",</li>