Skip to content

Commit 69e7a7d

Browse files
committed
[fixup]: Updates based on review
1 parent b8e26e6 commit 69e7a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/selectmenu.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

1010
<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.
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>&lt;select&gt;</code> element, it will not work with the custom selectmenu. If there is an <code>accesskey</code> attribute on any of the <code>&lt;option&gt;</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>&lt;option&gt;</code> elements.
1212
</p></div>
1313

1414
<h3>Keyboard interaction</h3>

0 commit comments

Comments
 (0)