Commit 7046a66
fix(calendar): aria-hidden for days in perfect month (#2079)
* fix(calendar): aria-hidden for days in perfect month
When the month is [perfect](https://en.wikipedia.org/wiki/Perfect_month), apply
the `aria-hidden` attribute based on whether all days in the week are hidden, not
just the edge weeks.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 1cbb10b commit 7046a66
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| 536 | + | |
536 | 537 | | |
537 | 538 | | |
538 | 539 | | |
539 | 540 | | |
540 | 541 | | |
541 | | - | |
542 | 542 | | |
543 | 543 | | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
548 | 547 | | |
549 | 548 | | |
550 | 549 | | |
| |||
0 commit comments