-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
AccessibilityIssue is related to accessibility of the extension.Issue is related to accessibility of the extension.Ready to Validate
Description
GitHub Tags
#WCAG4.1.2; #A11ySev2; #A11yTCS; #A11yWCAG2.1; #DesktopApp; #Win11; #Visual Studio Client; #SH_ModelBuilder_Win32_May2023; #Name Role Value; #Win32;
Environment
Application Name: Model Builder
Microsoft Visual Studio Enterprise 2022 (64-bit) - Current
Version 17.6.2
Microsoft Windows 11 Enterprise Build 22621.1702
Repro Steps
- Launch the Visual Studio with at least one of the .NET workloads.
- Tab till enable ML.NET Model Builder (Tools -> Options -> Environment -> Preview Features) and select it.
- Create a new .NET project or open an existing .NET project.
- Open context menu (Right-click) of the project in the solution explorer.
- Tab till Add and then tab till Machine Learning Model and press enter.
- Model Builder dialog will open.
- Complete the required details of All the three(scenario, environment, data, Train, Evaluate, Consume) steps.
- Next Steps screen will appear.
- Tab till "Deploy Your Model" or "Improve the Model" tile.
- Inspect the control.
- Observe that incorrect ControlType is defined for "Deploy Your Model" and "Improve the Model" links.
Actual Result
Incorrect ControlType as "Custom" is defined for "Deploy Your Model" and "Improve the Model" links.
Expected Result
Correct ControlType as "HyperLink" should be defined for "Deploy Your Model" and "Improve the Model" links.
User Impact
Screen reader users will not able to understand the control and it's functionality if the control type is incorrectly defined for the links.
Attachment
Metadata
Metadata
Assignees
Labels
AccessibilityIssue is related to accessibility of the extension.Issue is related to accessibility of the extension.Ready to Validate