vmware-archive / clarity

Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
http://clarity.design
MIT License
6.43k stars 762 forks source link

a11y(angular:timeline): remove aria-current announcement #6697

Closed bbogdanov closed 2 years ago

bbogdanov commented 2 years ago

VPAT-644

Signed-off-by: Bogdan Bogdanov bbogdanov@vmware.com

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Issue Number: #4603

What is the new behavior?

Current step is not announced twice.

There is another fix we did for it on another component that I can't find the PR about but the case was that aria-current is not supported by Firefox and we can only use aria-label that works in every browser.

Does this PR introduce a breaking change?

Other information