Skip to content

Commit 9eac702

Browse files
committed
add more description to the disabled menuitem
1 parent 87a75c9 commit 9eac702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

menu-a11y-test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h3>nested menulist</h3>
5757
</menulist>
5858

5959
<h3>menulist with separator and disabled item</h3>
60-
<p>Since this menulist contains an hr element, it should render as a visual separator line. Since the "Paste" menuitem has the disabled attribute, it should render as inactive and un-clickable.</p>
60+
<p>Since this menulist contains an hr element, it should render as a visual separator line. Since the "Paste" menuitem has the disabled attribute, it should render as inactive and un-clickable, be marked as aria-disabled=true, BUT should still be keyboard reachable and focusable</p>
6161
<button commandfor="mixed-menu" command="toggle-menu">Clipboard</button>
6262
<menulist id="mixed-menu">
6363
<menuitem>Copy</menuitem>

0 commit comments

Comments
 (0)