From f43f7637ab6874e15536f6a04e4681690e2bdab6 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Mon, 9 Dec 2024 15:54:32 -0500 Subject: [PATCH] pulling in more feedback imo, the prior suggestions went a bit beyond scope for what I think was needed for this update. So I pulled in some of the suggested updates, but not all. --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9f89be8ea..77b93d408 100644 --- a/index.html +++ b/index.html @@ -5289,7 +5289,8 @@

Plain HTML or Polyfill DOM Result of the MathML Quadratic Formula

menu

A type of widget that offers a list of choices to the user.

-

A menu is a popup list of items that represent a set of actions or functions a user can invoke. The menu and list of menuitems are almost always directly related to the item that the user interacted with to reveal the menu. The menu role is appropriate when a list of menu items is presented in a manner similar to a menu on a desktop application. For instance, a menu could be used to represent a context menu for its invoking element, or it would be used to render sub-menus for items of a menubar or another menu popup.

+

A menu is container, generally visually rendered as a popup or overlay, for a set of menu items that can be invoked to perform an action or function. The function is almost always directly related to the element, or a close relation to the element that the user activated to invoke the menu. Activating a menu item both performs the function, and results in the automatic dismissal of the menu.

+

The menu role is appropriate when a set of menu items is presented in a manner similar to a popup menu for a desktop application. For instance, a menu could be used to represent a context menu for its invoking element, or it would be used to render sub-menus for items of a menubar or another menu popup.

To be keyboard accessible, authors SHOULD manage focus of descendants for all instances of this role, as described in Managing Focus.

Elements with the role menu have an implicit aria-orientation value of vertical.