Bug Description
The value state message popover in the input renders with role="dialog" and has no accessible name which violates the following access continuum guideline. I also checked OpenUI5 and the dialog there has role="presentation".
Also note that this issue was caught by internal accessibility tests in cypress.
Affected Component
[ui5-input] and all controls that use the input
Expected Behaviour
The value state popover should have the appropriate aria label or role.
Isolated Example
https://ui5.github.io/webcomponents/components/Input/#value-state-message
Steps to Reproduce
- Example
- Focus input
- Popover should have accessible name
Log Output, Stack Trace or Screenshots
No response
Priority
Medium
UI5 Web Components Version
latest
Browser
Chrome
Operating System
all
Additional Context
No response
Organization
No response
Declaration
Bug Description
The value state message popover in the input renders with
role="dialog"and has no accessible name which violates the following access continuum guideline. I also checked OpenUI5 and the dialog there hasrole="presentation".Also note that this issue was caught by internal accessibility tests in cypress.
Affected Component
[ui5-input] and all controls that use the input
Expected Behaviour
The value state popover should have the appropriate aria label or role.
Isolated Example
https://ui5.github.io/webcomponents/components/Input/#value-state-message
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
Medium
UI5 Web Components Version
latest
Browser
Chrome
Operating System
all
Additional Context
No response
Organization
No response
Declaration