-
Notifications
You must be signed in to change notification settings - Fork 9k
Description
Windows Terminal version
1.25.3571.0
Windows build number
Windows 11 Version 26H1 (OS Build 28000.1340)
Other Software
No response
Steps to reproduce
Repro Steps:
1.Launch the Window terminal app.
2.Navigate to the 'New Open Tab' and select the 'Settings' menu item.
3.Settings page will open.
4.Now navigate to 'Terminal chat' and select 'it'.
5.Terminal chat page will open.
6.Now turn on the narrator using 'CTRL+Win+Enter' keys.
7.Now navigate to 'Edit' fields present on the page.
8.Observe the issue here.
User Experience:
Screen reader users are unable to identify the purpose of form fields, which can lead to confusion and a higher rate of form completion errors. This does not meet fundamental accessibility standards for forms.
WCAG Reference Link:
https://www.w3.org/WAI/WCAG21/Understanding/name-role-value
Expected Behavior
Visual label or name should be programmatically bound to its corresponding edit field.
Actual Behavior
All visual labels for edit fields are not programmatically associated with their respective input controls.
When navigating the form using a screen reader, each input field is announced only as “Edit” with no label or context.
This makes it difficult for screen reader users to understand the purpose of each edit field.