From 416be582fcc8dd3feeef4dddcc5d4994163c39be Mon Sep 17 00:00:00 2001 From: Roberta Mayer Date: Thu, 6 Oct 2016 22:45:28 -0300 Subject: [PATCH] =?UTF-8?q?#22:=20tradu=C3=A7=C3=A3o=20do=20par=C3=A1grafo?= =?UTF-8?q?=20de=20introdu=C3=A7=C3=A3o=20(primeiro)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webaim/tecnicas/javascript/index.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/webaim/tecnicas/javascript/index.md b/webaim/tecnicas/javascript/index.md index f2fb78a..25a0683 100644 --- a/webaim/tecnicas/javascript/index.md +++ b/webaim/tecnicas/javascript/index.md @@ -98,16 +98,20 @@ h4 code { -## JavaScript Accessibility Issues +## Problemas de Acessibilidade com JavasScript -JavaScript allows developers to add increased interaction, information processing, and control in web-based content. -However, JavaScript can also introduce accessibility issues. -These issues may include: +Javascript permite que os desenvolvedores disponibilizem mais interação, processamento de informações e controle num contexto web. +Entretanto, Javascript pode introduzir alguns problemas de acessibilidade. +Esses problemas incluem: + + - **Navigation.** Inability or difficulty navigating using a keyboard or assistive technology. - **Hidden content.** Presentation of content or functionality that is not accessible to assistive technologies. - **User control.** Lack of user control over automated content changes. -- **Confusion/Disorientation.** Altering or disabling the normal functionality of the user agent (browser) or triggering events that the user may not be aware of. +- **Confusion/Disorientation.** Altering or disabling the normal functionality of the user agent (navegador) or triggering events that the user may not be aware of. A web page containing JavaScript will typically be fully accessible if the functionality of the script is device independent (does not require only a mouse or only a keyboard) and the information (content) is available to assistive technologies.