slidewiki / slidewiki-platform

SlideWiki Platform
Mozilla Public License 2.0
46 stars 17 forks source link

Focus order (WCAG 2.4.3) #1237

Closed VivienDZB closed 4 years ago

VivienDZB commented 4 years ago

Request: The intent of this Success Criterion is to ensure that when users navigate sequentially through content, they encounter information in an order that is consistent with the meaning of the content and can be operated from the keyboard.

Issues:

  1. https://slidewiki.org/presentation/81127-1/overview-of-accessibility/811271/437649-3/?language=en-/slide-719796-3 -In the case of keyboard navigation, invisible areas are activated which make navigation with the keyboard considerably more difficult. Only the important parts of the page (e.g. menu, arrows) should be able to be reached easily with the keyboard.

  2. https://slidewiki.org/deck/127411/_/slide/836159-2/836159-2:1/edit

    • After closing the language selection drop-down menu, the focus returns to the beginning of the page and does not remain with the selected menu. After closing the menu, the focus should remain in the appropriate place.

grafik

aoelen commented 4 years ago
  1. This issue will be fixed for newly created slides. Originally, a tab-index was added for all elements within a slide. This resulted in non-interactive elements to be focusable. This is fixed now, but unfortunately, it is not easily possible to update existing slides

  2. For me (in Chrome), the focus remains on the dropdown after closing. Can you confirm if this is still an issue.

VivienDZB commented 4 years ago

It is still an issue in Firefox. The menu is closable with Esc but the focus still returnes to the beginning of the page.

aoelen commented 4 years ago

I tried to reproduce this in Firefox 81.0 and it seems to work fine. What I did:

Can you check if this issue is solved now?

VivienDZB commented 4 years ago

Works just fine. :)

aoelen commented 4 years ago

Happy to hear that, thanks for checking!