diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
commit | 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch) | |
tree | 616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/accessibility/understanding_wcag/perceivable | |
parent | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff) | |
download | translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2 translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip |
unslug es: modify
Diffstat (limited to 'files/es/web/accessibility/understanding_wcag/perceivable')
-rw-r--r-- | files/es/web/accessibility/understanding_wcag/perceivable/color_contrast/index.html | 3 | ||||
-rw-r--r-- | files/es/web/accessibility/understanding_wcag/perceivable/index.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/files/es/web/accessibility/understanding_wcag/perceivable/color_contrast/index.html b/files/es/web/accessibility/understanding_wcag/perceivable/color_contrast/index.html index 2db0f4e251..8e6f27d841 100644 --- a/files/es/web/accessibility/understanding_wcag/perceivable/color_contrast/index.html +++ b/files/es/web/accessibility/understanding_wcag/perceivable/color_contrast/index.html @@ -1,11 +1,12 @@ --- title: Contraste del color -slug: Web/Accesibilidad/Understanding_WCAG/Perceivable/Color_contraste +slug: Web/Accessibility/Understanding_WCAG/Perceivable/Color_contrast tags: - Accesibilidad - Perceptible - contraste translation_of: Web/Accessibility/Understanding_WCAG/Perceivable/Color_contrast +original_slug: Web/Accesibilidad/Understanding_WCAG/Perceivable/Color_contraste --- <p>El <a href="https://www.w3.org/TR/WCAG21/#dfn-contrast-ratio">contraste del color</a> entre el fondo y el contenido del primer plano (que suele ser texto) debe ser lo suficientemente alto como para garantizar la legibilidad.</p> diff --git a/files/es/web/accessibility/understanding_wcag/perceivable/index.html b/files/es/web/accessibility/understanding_wcag/perceivable/index.html index 6bf99039f8..f24aa300d9 100644 --- a/files/es/web/accessibility/understanding_wcag/perceivable/index.html +++ b/files/es/web/accessibility/understanding_wcag/perceivable/index.html @@ -1,7 +1,8 @@ --- title: Perceivable -slug: Web/Accesibilidad/Understanding_WCAG/Perceivable +slug: Web/Accessibility/Understanding_WCAG/Perceivable translation_of: Web/Accessibility/Understanding_WCAG/Perceivable +original_slug: Web/Accesibilidad/Understanding_WCAG/Perceivable --- <p class="summary">Este artículo ofrece consejos prácticos sobre cómo hacer que tu sitio web cumpla con los criterios de <strong>Percepción</strong> de WCAG 2.0 y 2.1. Los estados perceptivos que los usuarios deben poder reconocer utilizando alguno de sus sentidos.</p> |