-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Description
GitHub Tags:
#A11yMAS; #A11yTCS; #A11ySev2; #BM_ASP.NET_Web_Jun2024; #.NETCore; #WCAG1.3.1; #DesktopWeb; #Win11; #FTP; #Narrator; #NVDA; #Element:EditFields; #ChromiumEdge; #Chrome;
Environment Details:
App name: ASP.NET
Window Version: Win 11
OS Build: 22621.3085
Screen readers: Narrator, NVDA 2023.3.3
Repro Steps:
- Turn on Narrator/NVDA.
- Download the "BlazorWebApp" zip file and run .exe file.
- Command prompt will open, TAB to "http://localhost:5000/" link and press CTRL + ENTER key.
- TAB to "Movies" tab and hit ENTER key. TAB to "Create New" button and hit ENTER key.
- TAB to "Title", "Genre" and "Rating" fields and observe that Narrator screen reader is not announcing these fields as required
Actual Result:
"Title", "Genre" and "Rating" fields are required but Narrator screen reader is not announcing as required. Also * is not provided for required fields.
Similar issue is also observed with Chrome + NVDA.
Expected Result:
"Title", "Genre" and "Rating" fields are required hence Narrator screen reader should be announcing as required. Also * should be provided for required fields.
User Impact:
Screen reader users will not be able to get information about the required fields and will miss out the information.