diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-07 12:40:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 12:40:08 -0400 |
commit | 9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14 (patch) | |
tree | caed5699c8b6dbf1fe2652a72a73db80d1484f02 /files/es/web/css/position | |
parent | eeabcbf0e107e100c886027610f97045de548b0d (diff) | |
download | translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.tar.gz translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.tar.bz2 translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.zip |
remove wiki.developer.mozilla.org links (es) (#1443)
Part of #1440
Diffstat (limited to 'files/es/web/css/position')
-rw-r--r-- | files/es/web/css/position/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/css/position/index.html b/files/es/web/css/position/index.html index 3539dcd6a5..7b860ea2ff 100644 --- a/files/es/web/css/position/index.html +++ b/files/es/web/css/position/index.html @@ -264,7 +264,7 @@ dd + dd { <p>Asegurarse de que los elementos posicionados con valor <code>absolute</code> o <code>fixed</code> no oscurezcan el resto del contenido cuando la página sea ampliada para aumentar el tamaño del texto.</p> <ul> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Accessibility/Understanding_WCAG/Perceivable#Guideline_1.4_Make_it_easier_for_users_to_see_and_hear_content_including_separating_foreground_from_background">MDN entendiendo el WCAG, explicaciones de los lineamientos 1.4.</a></li> + <li><a href="/en-US/docs/Web/Accessibility/Understanding_WCAG/Perceivable#Guideline_1.4_Make_it_easier_for_users_to_see_and_hear_content_including_separating_foreground_from_background">MDN entendiendo el WCAG, explicaciones de los lineamientos 1.4.</a></li> <li><a href="https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html" rel="noopener">Presentación visual: Entendiendo SC 1.4.8 | Entendiendo WCAG 2.0</a></li> </ul> |