We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e03e3e commit faac494Copy full SHA for faac494
src/dev-app/dev-app.html
@@ -1,5 +1,5 @@
1
<mat-sidenav-container class="demo-container">
2
- <mat-sidenav #start>
+ <mat-sidenav #start role="navigation">
3
<mat-nav-list>
4
<a *ngFor="let navItem of navItems"
5
mat-list-item
@@ -22,7 +22,7 @@
22
</mat-nav-list>
23
<button mat-button tabindex="-1" (click)="start.close()">CLOSE</button>
24
</mat-sidenav>
25
- <div>
+ <main>
26
<mat-toolbar color="primary">
27
<button mat-icon-button (click)="start.open('mouse')">
28
<mat-icon>menu</mat-icon>
@@ -45,5 +45,5 @@ <h1>Angular Material Demos</h1>
45
<div #root="dir" dir="ltr" class="demo-content">
46
<router-outlet></router-outlet>
47
</div>
48
- </div>
+ </main>
49
</mat-sidenav-container>
0 commit comments