diff --git a/components/calendar/calendar.js b/components/calendar/calendar.js index 76123599a8..e833bb45d3 100644 --- a/components/calendar/calendar.js +++ b/components/calendar/calendar.js @@ -463,8 +463,7 @@ class Calendar extends LocalizeCoreElement(RtlMixin(LitElement)) { const month = day.getMonth(); const date = day.getDate(); const weekday = calendarData.descriptor.calendar.days.long[calendarData.daysOfWeekIndex[index]]; - const description = `${weekday} ${date}. ${selected ? this.localize(`${this._namespace}.selected`) : this.localize(`${this._namespace}.notSelected`)} ${formatDate(day, { format: 'monthYear' })}`; - // role="gridcell" used for screen reader (e.g., JAWS and VoiceOver) behavior to work properly + const description = `${weekday} ${date} ${formatDate(day, { format: 'monthYear' })}`; return html` - +
${summary} ${weekdayHeaders}