nico3333fr / jquery-accessible-accordion-aria

jQuery Accessible Accordion System, using ARIA
MIT License
60 stars 19 forks source link

No method of moving from within content of expanded section to header area #13

Open mbgower opened 7 years ago

mbgower commented 7 years ago

In both Firefox and Chrome, the CTRL+PgUP and CTRL+R/L Arrow fails to move to the panel header. I understand the conflict with FF for CTRL+PgUp which causes the user to move between FF tabs, but there is no such apparent conflict in Chrome. Implementing the CTRL+Arrow navigation specified in the 1.1 APG would appear to be a method you could implement.

nico3333fr commented 7 years ago

Hi @mbgower

in the doc you provided, I don't see any advice for Ctrl+Up or Down, am I wrong ?

mbgower commented 7 years ago

At the time I provided the link, the editor's drafted from March 17, 2016 contained the following:

Control + Up Arrow - Moves focus from anywhere in the accordion content to its associated accordion header or tab respectively.

They updated that draft on Dec 14, 11 days after my initial comment, and removed the Ctrl+Up Arrow key combination. No idea why. Maybe for simplification? I see in your latest iteration that you've put Ctrl+Up Arrow in, and that it is working in Chrome and Firefox. I'm going to follow up with the APG folks and find out why they removed this key as a recommended implementation, because it does not conflict in any browser that I know of, so is very useful.