Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [accessibility]

The tag has no usage guidance.

1 vote
2 answers
35 views

Do you disable JavaScript as part of your testing? If so, how do you know whether something is buggy?

I sometimes disable JavaScript to see how a website behaves without it. I'm often surprised how much the content display relies on it. But I'm unsure whether it's a bug. I read that almost everybody ...
Y-B Cause's user avatar
  • 197
0 votes
1 answer
47 views

Pointer Cancellation up reversal

I want to know what is up reversal in Wcag 2.5.2 pointer cancellation.i got some information but doesn’t provide a clear understanding. Up reversal: mouse hover on a button or link it shows tool tip ...
Victor's user avatar
  • 11
0 votes
0 answers
50 views

Difference between 2.5.3 label in name and 2.4.6 heading and label

As you can see in the attached picture, the screen reader does not announce the label name. Which WCAG guideline is failing? 1.3.5 identify input purpose 3.3.2 labels or instruction 2.5.3 label in ...
Victor's user avatar
  • 11
0 votes
1 answer
77 views

screen reader does not announce anything when closing a TAB

I have worked with NVDA tool for about 6 months. I am testing a webpage where there are multiple TABs opened on the page. Each TAB has different content and also has a close button. Imagine when the ...
Victor's user avatar
  • 11
4 votes
3 answers
94 views

How is accessibility testing perceived in the testing process?

I am studying ways to add accessibility testing in the automated testing process of the company that I am currently working. I've read some articles, watched some talks about accessibility in digital ...
Bruno Medeiros's user avatar
1 vote
1 answer
181 views

Accessibility testing at the unit level

I know there's plenty of tools out there to look at a fully available web page for accessibility issues, but what about for doing earlier unit testing? The application I'm testing involves Angular and ...
Moorpheus's user avatar
  • 265