Skip to content

Commit

Permalink
polish JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Jan 17, 2025
1 parent d208d3f commit a9ed5ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/menu-bar/src/vaadin-menu-bar-mixin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export declare class MenuBarMixinClass {
*
* #### Disabled items
*
* When an item is disabled, it prevents any user interaction with it, such as
* focusing, clicking, or opening a sub-menu. However, for better accessibility,
* When an item is disabled, it prevents any user interaction with it,
* such as focusing, clicking, or opening a sub-menu. To improve accessibility,
* disabled root-level items (menu bar buttons) can be made focusable so that
* screen readers can reach and properly announce them to users. This behavior
* can be enabled with the feature flag:
Expand Down
4 changes: 2 additions & 2 deletions packages/menu-bar/src/vaadin-menu-bar-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ export const MenuBarMixin = (superClass) =>
*
* #### Disabled items
*
* When an item is disabled, it prevents any user interaction with it, such as
* focusing, clicking, or opening a sub-menu. However, for better accessibility,
* When an item is disabled, it prevents any user interaction with it,
* such as focusing, clicking, or opening a sub-menu. To improve accessibility,
* disabled root-level items (menu bar buttons) can be made focusable so that
* screen readers can reach and properly announce them to users. This behavior
* can be enabled with the feature flag:
Expand Down

0 comments on commit a9ed5ec

Please sign in to comment.