Skip to content

Commit

Permalink
LPD-34947 Use role button instead of gridcell
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-franca authored and bryceosterhaus committed Aug 30, 2024
1 parent 09d9b84 commit 38be7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar/js/calendar-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ Y.CalendarBase = Y.extend( CalendarBase, Y.Widget, {
* @static
*/
CALDAY_TEMPLATE: '<td class="{calendar_col_class} {calendar_day_class} {calendar_col_visibility_class}" id="{calendar_day_id}" ' +
'role="gridcell" tabindex="-1">' +
'role="button" tabindex="-1">' +
'{day_content}' +
'</td>',

Expand Down

0 comments on commit 38be7ea

Please sign in to comment.