Skip to content

Commit

Permalink
Update material-angular.json
Browse files Browse the repository at this point in the history
add requirements
  • Loading branch information
NinaJam authored Mar 17, 2024
1 parent f6fb87c commit 8cc850e
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions src/json/material-angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
"total_issues": 0
},
"manual_testing": {
"total_issues": 4,
"errors": [
"total_issues": 0,
"errors": [],
"requirements": [
{
"error_type": "4.1.2 Name, Role, Value",
"description": "Provide an accessible label for the select.",
Expand Down Expand Up @@ -77,24 +78,25 @@
"Axe": {
"total_issues": 0
},
"manual_testing": {
"total_issues": 2,
"preview_link": "https://material.angular.io/components/expansion/examples"
},
{
"name": "Slider",
"Axe": {
"total_issues": 1,
"errors": [
{
"error_type": "TypeError",
"description": "",
"fix": "This is how to fix it",
"error_type": "4.1.2 Name, Role, Value",
"description": "Provide an accessible label for the select.",
"fix": "Can be done by adding a <mat-label> inside of <mat-form-field>, the aria-label attribute, or the aria-labelledby attribute.",
"wcag": {
"version": "version",
"success_criteria": "success criteria"
"version": "2.2",
"success_criteria": "https://www.w3.org/WAI/WCAG22/Understanding/name-role-value.html"
}
},
{
"error_type": "ValueError"
}
]
},
"preview_link": "https://material.angular.io/components/expansion/examples"
"preview_link": "https://material.angular.io/components/slider/examples"
}
]
}

0 comments on commit 8cc850e

Please sign in to comment.