Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improved accessibility for time display (#8182)
This change is to remove the aria-live attribute from time display elements. The aria-live attribute is no longer needed since the presentation role was added. Both attributes being present can lead to unexpected screen reader behavior. Fixes issue #8143
- Loading branch information