Skip to main content

All Questions

0 votes
1 answer
357 views

HTML5 File Input customization on label giveing Keyboard accessibility issue

If we hide the HTML File Input element and customize its lable then when we test for keyboard accessibility check there is no focus border is coming Although the file system window is opeining when we ...
Akanksha Mohanty's user avatar
5 votes
1 answer
1k views

Accessibility with dynamic elements in angular 5

I am working with accessible the website using keyboard and while tab press, Dynamic div(with ngIf)conditions is not working as expected. I do have dynamic element with conditions to display one or ...
a.p. patel's user avatar
0 votes
2 answers
444 views

Accessibility issue on expandable list using min-height

Expected requirement: I need to prevent looping through the inner items (Basically the voice over apps read these) while it's not expanded + Animation. What I have done: I put display:none property ...
Nevin's user avatar
  • 3,178
3 votes
2 answers
6k views

How to css target "Tab" state of the input?

I believe for accessibility cases, tab is used to navigate through different elements on the page, usually there is a dotted element around Tabbed element to indicate that it is in focus, I tried ...
Ilja's user avatar
  • 45.7k