This repository has been archived by the owner on May 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[attributed-label] Fix duplicate accessibility elements when whole la…
…bel is a link (#684) Previously when the whole label was a link and link ordering was NILinkOrderingFirst or NILinkOrderingLast, there would be two duplicate accessibility elements created - one for the link itself and one for the entire label. The one for the entire label wasn't clickable, so it was useless and confusing.
- Loading branch information