diff --git a/docs/components/menu.md b/docs/components/menu.md index 048b0e8c19..59b78d25fd 100644 --- a/docs/components/menu.md +++ b/docs/components/menu.md @@ -277,7 +277,7 @@ The role of the `md-list` inside the menu can be set with the `type` attribute. The role of each individual `md-menu-item` can also be set with the `type` attribute. Anything else slotted into the menu that is not a list item in most cases should be set to `role="none"`, and `md-divider` should have -`role="separator"`. +`role="separator"` and `tabindex="-1"`. ```html