Skip to content

Commit

Permalink
Fix aria role for calendar dates
Browse files Browse the repository at this point in the history
  • Loading branch information
samiheikki committed Oct 20, 2018
1 parent b02fdd0 commit 2cf370b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vaadin-month-calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
}

_getRole(date) {
return date ? 'button' : 'presentational';
return date ? 'button' : 'presentation';
}

_getAriaLabel(date) {
Expand Down

0 comments on commit 2cf370b

Please sign in to comment.