[FlexBox/Input/Label]: [In entire application place holder texts, punctuations, and values associated with ‘XX’ input fields are not being read.] #6245
Replies: 4 comments 5 replies
-
Hi @jadhavarjun there is no automatic label-input relation for standard components, as we cannot guess what an application wants screen readers to announce for e.g. an To find out more about accessibility of ui5-webcomponents, please see this link. For general accessibility specifications and guides, you can take a look at the Accessibility Intro of W3C: https://www.w3.org/WAI/fundamentals/accessibility-intro/ |
Beta Was this translation helpful? Give feedback.
-
Hi @Lukas742 , I got your point, but can you please help me to understand which accessibility attribute should I used so I can got my issue resolution Here is stackblitz link: https://stackblitz.com/edit/github-mrmyjf?file=src%2FApp.tsx |
Beta Was this translation helpful? Give feedback.
-
As this is a general question and not a bug, I'm going to convert this issue into a Discussion. Did you take a look at the documentation?
I've also adjusted your example to show the |
Beta Was this translation helpful? Give feedback.
-
Thanks for all the suggestions. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
In application texts, punctuations, and values associated with input fields are not being read.
here is Screenshot that I take from reproducible code stackblitz link.
Here is screenshot that we taken from application:
Isolated Example
https://stackblitz.com/edit/github-mrmyjf?file=src%2FApp.tsx
Reproduction steps
1.Open Link start JAWS screen reader application.
2.Enter value into the input field.
3.JAWS reader only read values not able to read % associated with that input
...
Expected Behaviour
Every information displayed on the screen, same should be conveyed by the screen reader without missing any information.
Screenshots or Videos
No response
UI5 Web Components for React Version
~1.29.0
UI5 Web Components Version
~1.24.0
Browser
Chrome
Operating System
Windows
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
Beta Was this translation helpful? Give feedback.
All reactions