dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.05k stars 9.89k forks source link

"Title", "Genre" and "Rating" fields are required but screen reader is not announcing as required: A11y_ASP.NET_Movies_Create Movies_ScreenReader #56283

Open PoojaNamde opened 2 months ago

PoojaNamde commented 2 months ago

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:

  1. Turn on Narrator/NVDA.
  2. Download the "BlazorWebApp" zip file and run .exe file.
  3. Command prompt will open, TAB to "http://localhost:5000/" link and press CTRL + ENTER key.
  4. TAB to "Movies" tab and hit ENTER key. TAB to "Create New" button and hit ENTER key.
  5. 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.

Attachment

56283_A11y_ASP.NET_Movies_Create Movies_NVDA.webm

56283_A11y_ASP.NET_Movies_Create Movies_Narrator.webm

Yash14j commented 1 month ago

GithubTags:#Rev:yaja;