Matrix Version: 6.57.0
Looking at tabbing order and asset listings for screen readers.
How do we hide the keyword modifier for %asset name linked% from the tab order? This is wrapped in sr-only within an asset listing but the link is still appearing in the tab order.
We have tried wrapping the asset listing in sr-only tabindex -1 but the keyword still prints the link which appears in the tab order.
The reason we have done this is we have 2 asset listings, 1 is aria hidden and 1 is sr only so that we could properly call out the links in the screen reader.
Thanks