diff options
author | nektar <nektar@chromium.org> | 2015-11-04 10:04:55 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-04 18:05:55 +0000 |
commit | ede890769a7bcc9dabb673f7332948946c76de99 (patch) | |
tree | fdba5e1085236f9e8cc7b1a76483cc43fc5bdd8d /ui | |
parent | 3b8e8ebdd60de034d880ad05915b598a0594d7f4 (diff) | |
download | chromium_src-ede890769a7bcc9dabb673f7332948946c76de99.zip chromium_src-ede890769a7bcc9dabb673f7332948946c76de99.tar.gz chromium_src-ede890769a7bcc9dabb673f7332948946c76de99.tar.bz2 |
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,<input type="text" role="combobox" value="test" aria-label="name">
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}
Diffstat (limited to 'ui')
-rw-r--r-- | ui/accessibility/ax_enums.idl | 1 |
1 files changed, 1 insertions, 0 deletions
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, |