@brightspace-ui/core 3.28.2 → 3.28.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -271,9 +271,9 @@ Nested menus can be defined by placing a `d2l-menu` inside a `d2l-menu-item`. F
271
271
  </d2l-menu>
272
272
  ```
273
273
 
274
- ## ACCESSIBILITY
274
+ ## Accessibility
275
275
 
276
- - The `label` property for `d2l-menu` is only required for the root menu
277
- - For nested menus, the label is automatically applied based on its parent menu-item
278
276
  - The `d2l-menu` component and its items all follow W3C's [menu](https://www.w3.org/WAI/ARIA/apg/patterns/menubar/) pattern best practices
279
277
  - This includes the expected keyboard behaviour, which allows for seamless navigation within the menu and any submenus within it
278
+ - The `label` property for `d2l-menu` is only required for the root menu
279
+ - For nested menus, the label is automatically applied based on its parent menu-item
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.28.2",
3
+ "version": "3.28.3",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",