Skip to content

Commit b8e26e6

Browse files
committed
Selectmenu: Document lack of accesskey support
Fixes jquerygh-228
1 parent bf45658 commit b8e26e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

entries/selectmenu.xml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
<p>Selectmenu supports <code>&lt;optgroup&gt;</code> elements and custom markup to render specific presentations like multiple lines. The <code>&lt;select&gt;</code> and its options can be disabled by adding a <code>disabled</code> attribute.</p>
99

10+
<div class="warning"><p>
11+
<strong>Note:</strong> Support for <code>accesskey</code> on custom elements is extremely limited in browsers. As such, if there is an <code>accesskey</code> attribute on the <code>select</code> element, it will not work with the custom selectmenu. If there is an <code>accesskey</code> attribute on any of the <code>option</code> elements, using the accesskey may cause the original element and the custom element to be out of sync. However, most browsers don't support <code>accesskey</code> on <code>option</code> elements.
12+
</p></div>
13+
1014
<h3>Keyboard interaction</h3>
1115

1216
<p>When the menu is open, the following key commands are available:</p>

0 commit comments

Comments
 (0)