Skip to content

Bug: md-toolbar should have role of toolbar #2909

@bsteffl

Description

@bsteffl

Bug:

Md-toolbar should have role="toolbar"

What is the expected behavior?

WCAG Guidelines

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)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions