-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
None
On behalf of Pasam Soujanya.
When elements are assigned a ARIA role, ARIA specifies which attributes are valid for that role. If invalid ARIA attributes are used, assistive technologies may not be able to interpret and operate the element accurately for users.
For example below element is reporting the above problem
<div
aria-labelledby="all-classes-table-tab0"
class="summary-table two-column-summary">
When elements are assigned a ARIA role, ARIA specifies which attributes are valid for that role. If invalid ARIA attributes are used, assistive technologies may not be able to interpret and operate the element accurately for users.
For example below element is reporting the above problem
<div
aria-labelledby="all-classes-table-tab0"
class="summary-table two-column-summary">
- duplicates
-
JDK-8311893 Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name
- Resolved