Accessibility issue - screenreader announcing headings and paragraphs as "clickable" #9226
Unanswered
paulstevendev
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there
I have a Vue JS 3 ("vue": "^3.0.0") application created with Webpack. I am doing some accessibilty testing using the NVDA screenreader and could not understand why it is reading out "Clickable" before the heading or paragraph text .When I used the Chrome developer tools to investigate I can see there is a click event listener on my div. See attachment. This appears to be something added by the runtime-dom.esm-bundler.js
This results in confusing voice over by the screenreader as the text content in question is not clickable and I just want it to read out the content.
I am unfamiliar with runtime-dom.esm-bundler.js so asking if anyone has come across this issue and found a solution?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions