Issue metadata
Sign in to add a comment
|
Input type submit with aria label and value set to the same string has unexpected attributes |
||||||||||||||||||||||||
Issue descriptionFor a button like <input type='submit' aria-label='foo' value='foo'> one gets an accessibility node with: role=button description=foo name=foo value=foo nameFrom=nameFromAttribute descriptionFrom=descriptionFromAttribute expected: any (or all) of: - clients need to decide which to output (or to simply collapse everything) rather than saying "foo foo foo button" - is there a valueFrom field needed? - it's reasonable to say that name comes from aria label and value from value, but where does description come from?
,
Jun 9 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/3a3d7b8373fa37a6342b13d0857f1e99ca983dec commit 3a3d7b8373fa37a6342b13d0857f1e99ca983dec Author: dtseng <dtseng@chromium.org> Date: Thu Jun 09 22:08:29 2016 Collapse description into either value or name, and value into name if duplicated. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation TEST=BackgroundTest.ButtonNameValueDescription BUG= 613639 Review-Url: https://codereview.chromium.org/2016003002 Cr-Commit-Position: refs/heads/master@{#399035} [modify] https://crrev.com/3a3d7b8373fa37a6342b13d0857f1e99ca983dec/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs [modify] https://crrev.com/3a3d7b8373fa37a6342b13d0857f1e99ca983dec/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs [modify] https://crrev.com/3a3d7b8373fa37a6342b13d0857f1e99ca983dec/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js [modify] https://crrev.com/3a3d7b8373fa37a6342b13d0857f1e99ca983dec/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs
,
Jun 15 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/3a3d7b8373fa37a6342b13d0857f1e99ca983dec commit 3a3d7b8373fa37a6342b13d0857f1e99ca983dec Author: dtseng <dtseng@chromium.org> Date: Thu Jun 09 22:08:29 2016 Collapse description into either value or name, and value into name if duplicated. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation TEST=BackgroundTest.ButtonNameValueDescription BUG= 613639 Review-Url: https://codereview.chromium.org/2016003002 Cr-Commit-Position: refs/heads/master@{#399035} [modify] https://crrev.com/3a3d7b8373fa37a6342b13d0857f1e99ca983dec/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs [modify] https://crrev.com/3a3d7b8373fa37a6342b13d0857f1e99ca983dec/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs [modify] https://crrev.com/3a3d7b8373fa37a6342b13d0857f1e99ca983dec/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js [modify] https://crrev.com/3a3d7b8373fa37a6342b13d0857f1e99ca983dec/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs
,
Jul 8 2016
Save changes and other button labels are only uttered once. No more double-speaking. FIxed: 54.0.2787.0
,
Jul 8 2016
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by lpalmaro@chromium.org
, Jun 7 2016