Skip to content

Commit 00a470b

Browse files
committed
Calendar: Remove aria hidden on day cells
1 parent 767d173 commit 00a470b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/widgets/calendar.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,7 @@ return $.widget( "ui.calendar", {
456456
"role='gridcell'",
457457
"aria-selected='" + ( this._isCurrent( day ) ? true : false ) + "'",
458458
"aria-label='" + dayName + ", " + this._format( dateObject ) + "'",
459-
"aria-describedby='" + this.gridId + "-month-label'",
460-
"aria-hidden='" + true + "'"
459+
"aria-describedby='" + this.gridId + "-month-label'"
461460
],
462461
selectable = ( day.selectable && this._isValid( dateObject ) );
463462

0 commit comments

Comments
 (0)