You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Experience:
If label is not defined for edit field than screen reader user will not be able to find out what kind of information is needed in the edit fields and will face difficulties while navigating on the page.
Repro-Steps:
Open Azure portal with valid credentials and create a API Management.
Select Developer Portal (Preview) button and select it.
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Form element does not have an implicit (wrapped)
Form element does not have an explicit
Element has no title attribute or the title attribute is empty
This accessibility issue was found using Accessibility Insights for Web 2.6.0 (axe-core 3.2.2), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights.
The text was updated successfully, but these errors were encountered:
User Experience:
If label is not defined for edit field than screen reader user will not be able to find out what kind of information is needed in the edit fields and will face difficulties while navigating on the page.
Repro-Steps:
Actual Result:
Label is not defined for the input fields, present inside 'Add color' popup.
Expected result:
Label should be defined for the input field under 'Add color'.
Issue: Form elements must have labels (label: https://dequeuniversity.com/rules/axe/3.2/label?application=msftAI)
Target application title: API Management
Target application url: https://accessibility.developer.azure-api.net/
Element path:
.form-control
Snippet:
<input type="text" class="form-control" spellcheck="false" data-bind="textInput: colorName">
How to fix:
Fix any of the following:
This accessibility issue was found using Accessibility Insights for Web 2.6.0 (axe-core 3.2.2), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights.
The text was updated successfully, but these errors were encountered: