Closed PoojaNamde closed 1 month ago
Looks like the issue here is that the label
element refers to an element with id=email
but we don't have such defined. We should probably add the id=email
attribute to the input field.
GithubTags:#Rev:yaja;
Verified the bug in environment http://localhost:5000/Account/[Register](http://localhost:5000/Account/Register) Bug is fixed and does not repro. Hence closing the bug. Please find the closing attachment
GitHub Tags:
A11yMAS; #A11yTCS; #A11ySev2; #BM_ASP.NET_Web_Jun2024; #.NETCore; #WCAG4.1.2; #DesktopWeb; #Win11; #FTP; #DevTools; #ChromiumEdge;
Environment Details:
App name: ASP.NET Window Version: Win 11 OS Build: 22621.3085
Repro Steps:
Actual Result:
Visual and programmatic label of "Email" field is not same.
Similar issue is observed in "BlazorWebApp" and "BlazorWebAppUnchanged" template for 'Email' field throughout the application.
Expected Result:
Visual and programmatic label of "Email" field should be same.
User Impact:
Here screen reader users will not get correct information about the field.
Attachment: