-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:caneveryoneusetemp/caneveryoneuse…
…_tool
- Loading branch information
Showing
7 changed files
with
130 additions
and
70 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,67 @@ | ||
{ | ||
"name": "Name of framework", | ||
"slug": "name-of-framework", | ||
"version": "1.0.0", | ||
"components": [ | ||
{ | ||
"name": "example_component", | ||
"Axe": { | ||
"total_issues": 1, | ||
"errors": [ | ||
{ | ||
"error_type": "TypeError", | ||
"description": "", | ||
"fix": "This is how to fix it", | ||
"wcag": { | ||
"version": "version", | ||
"success_criteria": "success criteria" | ||
} | ||
}, | ||
{ | ||
"error_type": "ValueError" | ||
} | ||
] | ||
}, | ||
"manual_testing": { | ||
"total_issues": 2, | ||
"errors": [ | ||
{ | ||
"error_type": "TypeError", | ||
"description": "", | ||
"fix": "This is how to fix it", | ||
"wcag": { | ||
"version": "version", | ||
"success_criteria": "success criteria" | ||
} | ||
}, | ||
{ | ||
"error_type": "ValueError" | ||
} | ||
] | ||
}, | ||
"preview_link": "https://mui.com/material-ui/react-dialog/" | ||
} | ||
] | ||
"name": "Name of framework", | ||
"slug": "name-of-framework", | ||
"version": "1.0.0", | ||
"components": [ | ||
{ | ||
"name": "example_component", | ||
"Axe": { | ||
"total_issues": 1, | ||
"errors": [ | ||
{ | ||
"error_type": "WCAG name", | ||
"description": "Describe the error", | ||
"fix": "This is how to fix it", | ||
"wcag": { | ||
"version": "version", | ||
"success_criteria": "success criteria" | ||
} | ||
}, | ||
{ | ||
"error_type": "ValueError" | ||
} | ||
], | ||
"requirements": [ | ||
{ | ||
"error_type": "3.3.2 Labels or Instructions", | ||
"description": "The field is required but is missing aria-required=\"true\"", | ||
"fix": "Add the aria-required=\"true\" label to all required fields", | ||
"wcag": { | ||
"version": "2.2", | ||
"success_criteria": "https://www.w3.org/TR/WCAG22/#labels-or-instructions" | ||
} | ||
} | ||
] | ||
}, | ||
"manual_testing": { | ||
"total_issues": 2, | ||
"errors": [ | ||
{ | ||
"error_type": "TypeError", | ||
"description": "", | ||
"fix": "This is how to fix it", | ||
"wcag": { | ||
"version": "version", | ||
"success_criteria": "success criteria" | ||
} | ||
}, | ||
{ | ||
"error_type": "ValueError" | ||
} | ||
], | ||
"requirements": [ | ||
{ | ||
"error_type": "3.3.2 Labels or Instructions", | ||
"description": "The field is required but is missing aria-required=\"true\"", | ||
"fix": "Add the aria-required=\"true\" label to all required fields", | ||
"wcag": { | ||
"version": "2.2", | ||
"success_criteria": "https://www.w3.org/TR/WCAG22/#labels-or-instructions" | ||
} | ||
} | ||
] | ||
}, | ||
"preview_link": "https://mui.com/material-ui/react-dialog/" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters