You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(cdk/menu): resolve accessibility issues with examples
Fixes the following accessibility issues with the CDK menu examples:
* Some menu triggers were incorrectly marked as `cdkMenuItem` which meant that they had `role="menuitem"` even though they weren't inside menus.
* All the menu examples had `outline: none` which made it difficult to track focus when navigating with the keyboard.
Copy file name to clipboardExpand all lines: src/components-examples/cdk/menu/cdk-menu-standalone-stateful-menu/cdk-menu-standalone-stateful-menu-example.css
Copy file name to clipboardExpand all lines: src/components-examples/cdk/menu/cdk-menu-standalone-stateful-menu/cdk-menu-standalone-stateful-menu-example.html
0 commit comments