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 testing of https://pureblazor.com/components #51

Open
nickolaydimitrov opened this issue Apr 11, 2024 · 2 comments
Open
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@nickolaydimitrov
Copy link
Contributor

No description provided.

@nickolaydimitrov nickolaydimitrov added the bug Something isn't working label Apr 11, 2024
@nickolaydimitrov
Copy link
Contributor Author

I used https://www.reddit.com/r/Blazor/comments/1bwxunj/amateur_and_sighted_screenreader_review_of/ as reference source for testing. A few of the test cases in the reference (i.e. accordions, addons, date pickers, etc.) are not present on our site therefore are NM, but the rest I tested for both navigability and text displayed/read out loud.

Observed the following potential issues:

  • In the upper right-hand header, the GH image link registers as both a visited link and a navigation element. Navigation seems to be unnecessary/a bug.
  • Across the site, different colors don't register and aren't announced by the reader. This isn't quite a bug, but feels like an enhancement we could add. Not having it misses a large part of the point of this beautiful interface.
  • Under Buttons - Default Buttons, the click counts register as two separate elements: 1) clicks; 2) count. In all other click counts on this page, the two elements register combined as one element, which should be the right implementation.
  • Under Buttons - Button States, the reader doesn't register the spinning wheel inside the 'wiating for something' button.
  • Under Radio Buttons - Basic Radio Buttons, the reader reads Lorem ipsum text that is not there. Feels like a copy/paste of the radio buttons with text below that hasn't been fixed.
  • Under Cards - Card with an Image, the reader doesn't announce what is on the image. The image seems to change with each reload, so it may be easier to load a static image and describe what is on it for the reader.

@nickolaydimitrov nickolaydimitrov added the enhancement New feature or request label Apr 11, 2024
@codymullins
Copy link
Contributor

related to #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants