Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(material-slider): Adds missing ARIA role
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Sep 16, 2014
1 parent 573fe13 commit 903cbc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/base/constants.js
Expand Up @@ -8,6 +8,7 @@ var Constant = {
LIST_ITEM : 'listitem',
RADIO : 'radio',
RADIO_GROUP : 'radiogroup',
SLIDER : 'slider',
TAB_LIST : 'tablist',
TAB : 'tab',
TAB_PANEL : 'tabpanel'
Expand Down

0 comments on commit 903cbc0

Please sign in to comment.