From ede890769a7bcc9dabb673f7332948946c76de99 Mon Sep 17 00:00:00 2001 From: nektar Date: Wed, 4 Nov 2015 10:04:55 -0800 Subject: Text controls should expose their value instead of their name via IAccessibleText. Otherwise the user could potentially cursor through their value while listenning to their name/label. Example: data:text/html, This issue affects the NVDA screen reader. TESTED=NVDA Python console,unit test,browser tests BUG=440653 R=dmazzoni@chromium.org, aboxhall@chromium.org Review URL: https://codereview.chromium.org/1416873015 Cr-Commit-Position: refs/heads/master@{#357849} --- ui/accessibility/ax_enums.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl index d308abd..d160ef4 100644 --- a/ui/accessibility/ax_enums.idl +++ b/ui/accessibility/ax_enums.idl @@ -71,6 +71,7 @@ article, banner, blockquote, + // TODO(nektar): Remove busy_indicator because it's used nowhere. busy_indicator, button, button_drop_down, -- cgit v1.1