adobe-accessibility / Accessible-Mega-Menu

A demonstration of how to implement a keyboard and screen reader accessible mega menu as a jQuery plugin.
Apache License 2.0
605 stars 199 forks source link

Typing first character of link name doesn't seem to do anything #10

Closed skube closed 10 years ago

skube commented 10 years ago

In your section about Keyboard Accessibility it states: "They can also be navigated with the arrow keys or by typing the first character in the link name, which speeds up keyboard navigation considerably. "

I'm using the latest Chrome on PC and typing the name doesn't seem to do anything for me. Navigating around with arrows and tabs works perfectly however.

majornista commented 10 years ago

I made a couple of fixes to the alphanumeric search in bd20b1f75a18320c4ea513853f7d8dff28d36170, but it's possible that the WCAG 2.0 standard, where each success criterion in a panel starts with the same number, is not the best way to demonstrate the feature.

The second example in the page, which contains movie and television genres, should behave a little more as expected.