New issue
Advanced search Search tips

Issue 613639 link

Starred by 4 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug
Team-Accessibility



Sign in to add a comment

Input type submit with aria label and value set to the same string has unexpected attributes

Project Member Reported by dtseng@chromium.org, May 20 2016

Issue description

For 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?

 
Labels: Phase3

Comment 4 by chaok@google.com, Jul 8 2016

Save changes and other button labels are only uttered once. No more double-speaking.
FIxed: 54.0.2787.0
Status: fixed (was: Available)

Sign in to add a comment