Skip to content

Commit a9ed5ec

Browse files
committed
polish JSDoc
1 parent d208d3f commit a9ed5ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/menu-bar/src/vaadin-menu-bar-mixin.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ export declare class MenuBarMixinClass {
102102
*
103103
* #### Disabled items
104104
*
105-
* When an item is disabled, it prevents any user interaction with it, such as
106-
* focusing, clicking, or opening a sub-menu. However, for better accessibility,
105+
* When an item is disabled, it prevents any user interaction with it,
106+
* such as focusing, clicking, or opening a sub-menu. To improve accessibility,
107107
* disabled root-level items (menu bar buttons) can be made focusable so that
108108
* screen readers can reach and properly announce them to users. This behavior
109109
* can be enabled with the feature flag:

packages/menu-bar/src/vaadin-menu-bar-mixin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ export const MenuBarMixin = (superClass) =>
8080
*
8181
* #### Disabled items
8282
*
83-
* When an item is disabled, it prevents any user interaction with it, such as
84-
* focusing, clicking, or opening a sub-menu. However, for better accessibility,
83+
* When an item is disabled, it prevents any user interaction with it,
84+
* such as focusing, clicking, or opening a sub-menu. To improve accessibility,
8585
* disabled root-level items (menu bar buttons) can be made focusable so that
8686
* screen readers can reach and properly announce them to users. This behavior
8787
* can be enabled with the feature flag:

0 commit comments

Comments
 (0)