Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Focus order (WCAG 2.4.3) #1237

Closed
VivienDZB opened this issue Feb 12, 2020 · 5 comments
Closed

Focus order (WCAG 2.4.3) #1237

VivienDZB opened this issue Feb 12, 2020 · 5 comments
Labels
discussion iOCW Issue was created/worked on during iOCW project

Comments

@VivienDZB
Copy link
Contributor

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

@VivienDZB VivienDZB added the iOCW Issue was created/worked on during iOCW project label Feb 12, 2020
@VivienDZB VivienDZB added this to Triage in InclusiveOCW Feb 12, 2020
@aoelen
Copy link
Member

aoelen commented Jul 3, 2020

  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
Copy link
Contributor Author

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 aoelen moved this from Triage to Archive in InclusiveOCW Jul 31, 2020
@aoelen aoelen moved this from Archive to Triage in InclusiveOCW Jul 31, 2020
@aoelen
Copy link
Member

aoelen commented Oct 23, 2020

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

  • Navigate with the keyboard to the language selector
  • Use the arrow keys up and down
  • Then closing the menu with the Esc key
  • When I use the tab key again, the focus goes to the "Open slideshow in new tab" button (as expected)

Can you check if this issue is solved now?

@VivienDZB
Copy link
Contributor Author

Works just fine. :)

@aoelen
Copy link
Member

aoelen commented Oct 28, 2020

Happy to hear that, thanks for checking!

@aoelen aoelen closed this as completed Oct 28, 2020
@aoelen aoelen moved this from Triage to Done in InclusiveOCW Oct 28, 2020
@aoelen aoelen moved this from Done to Archive in InclusiveOCW Oct 28, 2020
@aoelen aoelen moved this from Archive to Done in InclusiveOCW Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion iOCW Issue was created/worked on during iOCW project
Projects
InclusiveOCW
  
Done
Development

No branches or pull requests

2 participants