From ca5cec923445edebf02900e8f88ab3d4ffc6bb72 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 19 Dec 2024 13:59:42 -0500 Subject: [PATCH] Update index.html Co-authored-by: James Craig --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 070e8dea7..b1800158f 100644 --- a/index.html +++ b/index.html @@ -5289,7 +5289,7 @@

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 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.

+

A menu is a container, generally 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 closely related or directly related to the element that the user activated to invoke the menu. Activating a menu item both performs the associated function of the menu item, 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.