From 1a0c919d65c2d250cd3f3c8ac482983a440636ea Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Tue, 17 Aug 2021 17:30:44 +0200 Subject: [PATCH] fix(material/datepicker): wrong day of week read out for dates in first row The first row of cells has a cell with the month label which also has a `colspan` and `aria-hidden`. It looks like hiding the cell causes screen readers to ignore the cell competely and consider the cells after it to be first. This results in the wrong day of the week being read out for each date. --- src/material/datepicker/calendar-body.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/material/datepicker/calendar-body.html b/src/material/datepicker/calendar-body.html index f421c245ba6f..14a60fd862d2 100644 --- a/src/material/datepicker/calendar-body.html +++ b/src/material/datepicker/calendar-body.html @@ -14,13 +14,12 @@