diff --git a/third_party/aria-practices/src/content/patterns/menubar/examples/menubar-navigation.html b/third_party/aria-practices/src/content/patterns/menubar/examples/menubar-navigation.html index a55d44b743054..f9add01472cde 100644 --- a/third_party/aria-practices/src/content/patterns/menubar/examples/menubar-navigation.html +++ b/third_party/aria-practices/src/content/patterns/menubar/examples/menubar-navigation.html @@ -2,65 +2,13 @@ - Navigation Menubar Example - - - - - - - - - -
-

Navigation Menubar Example

- -
-

About This Example

-
-

Caution!

-

Before considering use of the Menubar Pattern for site navigation, it is important to understand:

-
    -
  • The menubar pattern requires complex functionality that is unnecessary for typical site navigation that is styled to look like a menubar with expandable sections or fly outs.
  • -
  • - A pattern more suited for typical site navigation with expandable groups of links is the Disclosure Pattern. - For an example, see Example Disclosure Navigation Menu. -
  • -
-
- -

- The following implementation of the Menubar Pattern demonstrates how a menubar can provide navigation menus. - The parent menu items in the menubar represent a section of a mythical university web site and open a submenu containing menu items that link to pages within that section. - The navigation system it illustrates is comparable to the navigation illustrated in the - Example Disclosure Navigation Menu. - As noted above, the disclosure pattern is better suited for most web sites because few sites need the additional keyboard functionality required to support the ARIA menubar and menu roles. -

-

Similar examples include:

- -
- -
-
-

Example

-
-