New issue
Advanced search Search tips

Issue 665575 link

Starred by 3 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug
Team-Accessibility

Blocking:
issue 755360



Sign in to add a comment

Spin button up/down arrows don't have accessibility labels

Project Member Reported by dmazz...@chromium.org, Nov 15 2016

Issue description

third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp

 
Labels: NewComponent-Accessibility-Blink NewComponent-Accessibility
Components: Blink>Accessibility
Components: -UI>Accessibility
Labels: -newcomponent-accessibility-blink -newcomponent-accessibility
Labels: triage-dominic
Labels: -triage-dominic Hotlist-GoodFirstBug
Blocking: 755360
Hi,

I want to work on this issue. I have created a sample file. 

 <input
  role="spinbutton"
  aria-label="SpinButtonUpDown"
  aria-valuemax="100"
  aria-valuemin="0"
  aria-valuenow="25"
  type="number"
  value="25">

Since both spin button up and down have same role i.e "spinbutton", aria-label can be only one. If i have to use two aria labels then there should be two roles for spin buttons. One "spinButtonUp" another "spinButtonDown". 

Sign in to add a comment