Closed
Description
Bug, feature request, or proposal:
MatDialog is trapping tab key but not headings navigation shortcuts, this is actually working well on AngularJS Material [1] [2]
[1] https://material.angularjs.org/latest/demo/dialog
[2] https://github.com/angular/material/blob/master/src/components/dialog/dialog.js#L1134
What is the expected behavior?
Screen reader should trap tab key as well as headings navigation shortcuts when modal dialog is opened.
What is the current behavior?
Screen reader is not trapping headings navigation shortcuts when modal dialog is opened.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
"@angular/material": "2.0.0-beta.12"