tabpanel generated from layout group is announced by screen reader with incorrect aria role - accessibility issue
Hello,
Product: Customer Service Application
Version: 8.3.0
Accessibility Issue: Using layout tab groups generates an HTML markup tab structure where the tabpanel is contained within the tablist. Per our accessibility testers, this code design causes the Jaws screen reader to announce the tabpanel with the incorrect role, such as 'link'.
How do we manipulate the DOM so that the tabpanel, when it receives focus, is announced by the screen reader as a tabpanel and not as a link or a header? (i.e. are there attributes we can add/remove?)