-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
a11yAccessibility issueAccessibility issuebugSomething isn't workingSomething isn't workingvaadin-dashboard
Description
Description
vaadin-dashboard-section
has the ARIA role="section"
, which is an abstract role (a bit like an abstract class) which should not be used directly.
Expected outcome
Instead, role="region"
, which corresponds to <section>
should be used.
This was probably implemented as specified, mea culpa. The mismatches between ARIA roles and their HTML element name equivalents are fun :)
Minimal reproducible example
https://vaadin.com/docs/latest/components/dashboard#dashboard-sections
Steps to reproduce
this.setAttribute('role', 'section'); |
Environment
Not relevant.
Browsers
No response
Metadata
Metadata
Assignees
Labels
a11yAccessibility issueAccessibility issuebugSomething isn't workingSomething isn't workingvaadin-dashboard