You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Keyboard users cannot hover; as a workaround, a click-activated stealth button is available immediately after the link (appears on keyboard focus).</p>
<p>This pattern is discouraged because it <em>forces</em> a keyboard user to navigate through all interactive items of the flyout. The exception here would be if there is an aria-activedescendant relationship with the flyout content (e.g. a combobox).</p>
63
-
<divclass="flyout flyout--focus">
62
+
<p>This pattern is discouraged because it <em>forces</em> a keyboard user to navigate through all interactive items of the popover. The exception here would be if there is an aria-activedescendant relationship with the popover content (e.g. a combobox).</p>
Copy file name to clipboardExpand all lines: _input/menu-button/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
</style>
11
11
12
12
<h1>{{ page.title }}</h1>
13
-
<p>A button that expands to reveal a menu within a flyout. <ahref={{ "input/menu-button" | prepend: site.patterns_baseurl | prepend: site.patterns_url }}>Read more</a>.</p>
13
+
<p>A button that expands to reveal a menu within a popover. <ahref={{ "input/menu-button" | prepend: site.patterns_baseurl | prepend: site.patterns_url }}>Read more</a>.</p>
Copy file name to clipboardExpand all lines: _navigation/fake-menu-button/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
</style>
9
9
10
10
<h1>{{ page.title }}</h1>
11
-
<p>A button which opens a single column of links and/or buttons in a flyout. <ahref={{ "navigation/fake-menu-button" | prepend: site.patterns_baseurl | prepend: site.patterns_url }}>Read more</a>.</p>
11
+
<p>A button which opens a single column of links and/or buttons in a popover. <ahref={{ "navigation/fake-menu-button" | prepend: site.patterns_baseurl | prepend: site.patterns_url }}>Read more</a>.</p>
0 commit comments