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

Accessibility errors with Universal Viewer #3145

Closed
sandbergja opened this issue Aug 17, 2022 · 1 comment
Closed

Accessibility errors with Universal Viewer #3145

sandbergja opened this issue Aug 17, 2022 · 1 comment

Comments

@sandbergja
Copy link
Member

Copying this over from @axamei's comment.

I've confirmed that these violations are still happening as of August 2022. I'm not sure if this issue should be in this repo or in Figgy -- and it probably should be broken into multiple tickets once we decide which repo it belongs in.

Critial violations:

  • Form elements must have labels (critical violation)
    • #view > iframe:nth-child(1) .image-selectionbox
    • iframe:nth-child(2) .image-selectionbox
    • #iframe_1 .image-selectionbox
  • Zooming and scaling must not be disabled (critial violation)
    • #view > iframe:nth-child(1) meta
    • iframe:nth-child(2) meta
    • #iframe_1 meta

Serious violations:

  • <html> element must have a lang attribute
    • #view > iframe:nth-child(1) html
    • iframe:nth-child(2) html
    • #iframe_1 html
  • Links must have discernible text
    • #view > iframe:nth-child(1) #top
    • iframe:nth-child(2) #top
    • #iframe_1 #top
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