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

Tooltip button focus order differs from visual order #273

Open
henrycatalinismith opened this issue Oct 15, 2022 · 0 comments
Open

Tooltip button focus order differs from visual order #273

henrycatalinismith opened this issue Oct 15, 2022 · 0 comments

Comments

@henrycatalinismith
Copy link

Steps to reproduce

  1. Open an assignment.
  2. Press ⌘ + F5 to start VoiceOver.
  3. Focus the tooltip's I understand button.

Expected outcome

The I understand button is visually first so it should be first in the focus order. See C27: Making the DOM order match the visual order for details of the success criteria this addresses and the assistive technology use cases it supports.

Actual outcome

The link to the manual is first in the focus order despite being second visually.

Screen recording demonstrating the focus order described above for the benefit of sighted people unfamiliar with keyboard navigation

Severity

The success criterion covering this issue is WCAG level A – the minimum level. Most organizations aim for a conformance level of AA, which includes all level A criteria. In this particular case this issue seems unlikely to seriously hamper anybody's work but as it's level A it's still moderately severe.

Recommendation

Rearrange the rendering of these two elements so that the DOM order matches the visual order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant