-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)
Description
Bug:
Md-toolbar should have role="toolbar"
What is the expected behavior?
What is the current behavior?
No toolbar role is announced. Would be nice to also provide keyboard functionality for
Left Arrow and Right Arrow.
What are the steps to reproduce?
<md-toolbar>
<span>First Row</span>
<md-toolbar-row>
<span>Second Row</span>
</md-toolbar-row>
<md-toolbar-row>
<span>Third Row</span>
</md-toolbar-row>
</md-toolbar>
What is the use-case or motivation for changing an existing behavior?
Meet accessibility requirements
Which versions of Angular, Material, OS, browsers are affected?
2.0.0-beta.1
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)