I was testing the Swiper slider accessibility on various browsers with NVDA screen reader. It works well everywhere except for Firefox.
By default, the NVDA reader reads all texts on hover. It works for all texts except for texts that are inside slides. I found that the issue is caused by inline styles for the .swiper-wrapper element. The problem is caused by the transform property. If I disable that property in Firefox debugger then texts are read by NVDA.
If this worked with Chrome + NVDA then it is almost certainly an issue in Firefox. Could you raise an issue and report the issue number here? https://bugzilla.mozilla.org/home
I was testing the Swiper slider accessibility on various browsers with NVDA screen reader. It works well everywhere except for Firefox.
By default, the NVDA reader reads all texts on hover. It works for all texts except for texts that are inside slides. I found that the issue is caused by inline styles for the
.swiper-wrapper
element. The problem is caused by thetransform
property. If I disable that property in Firefox debugger then texts are read by NVDA.Steps to reproduce:
Actual behavior:
Expected behavior:
System configuration
NVDA installed/portable/running from source:
installed
NVDA version:
2019.2.1
Windows version:
7 64-bit
Name and version of other software in use when reproducing the issue:
Firefox 71.0
Other information about your system:
Other questions
Does the issue still occur after restarting your PC?
Yes.
Have you tried any other versions of NVDA? If so, please report their behaviors.
No.