MDL-67968 calendar: use aria-label instead of the abbr tag

This commit is contained in:
Shamim Rezaie 2020-03-07 03:27:35 +11:00
parent 863814c64a
commit f63fd51189

View File

@ -78,8 +78,8 @@
<thead>
<tr>
{{# daynames }}
<th class="header text-xs-center" scope="col">
<abbr title="{{fullname}}">{{shortname}}</abbr>
<th class="header text-xs-center" scope="col" aria-label="{{fullname}}">
{{shortname}}
</th>
{{/ daynames }}
</tr>