We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767d173 commit 00a470bCopy full SHA for 00a470b
ui/widgets/calendar.js
@@ -456,8 +456,7 @@ return $.widget( "ui.calendar", {
456
"role='gridcell'",
457
"aria-selected='" + ( this._isCurrent( day ) ? true : false ) + "'",
458
"aria-label='" + dayName + ", " + this._format( dateObject ) + "'",
459
- "aria-describedby='" + this.gridId + "-month-label'",
460
- "aria-hidden='" + true + "'"
+ "aria-describedby='" + this.gridId + "-month-label'"
461
],
462
selectable = ( day.selectable && this._isValid( dateObject ) );
463
0 commit comments