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 2227150 commit f8adcd1Copy full SHA for f8adcd1
src/material/datepicker/calendar-header.html
@@ -1,5 +1,8 @@
1
<div class="mat-calendar-header">
2
<div class="mat-calendar-controls">
3
+ <!-- [Firefox Issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1880533]
4
+ Relocated label next to related button and made visually hidden via cdk-visually-hidden
5
+ to enable label to appear in a11y tree for SR when using Firefox -->
6
<label [id]="_periodButtonLabelId" class="cdk-visually-hidden">{{periodButtonDescription}}</label>
7
<button mat-button type="button" class="mat-calendar-period-button"
8
(click)="currentPeriodClicked()" [attr.aria-label]="periodButtonLabel"
0 commit comments