This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add support for WCAG 2.1 - Add WCAG version selection at scope step - Add WCAG version filter at audit step - Add compatibility with previous saved reports when opening a report - Add new feature import; (add data from other evaluation reports) - Update W3C/WAI logo and navbar styles
- Loading branch information
1 parent
1245ce8
commit c399416
Showing
64 changed files
with
7,179 additions
and
1,051 deletions.
There are no files selected for viewing
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
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,32 @@ | ||
{ | ||
"TITLE": "Step 4: Audit the Selected Sample", | ||
"INTRO": "Record the outcome from evaluating the web pages selected in the previous step. Compare the results between the structured page and randomly selected pages, and if needed, adjust the selected sample in the previous step. More guidance on this step is provided in <a href={{link_em_4}}>WCAG-EM Step 4: Audit the Selected Sample</a>. <br> <strong>Note:</strong> For each WCAG 2.0 success criteria, you can enter 'Results for the entire sample' and you can enter results for individual web pages. You can choose to enter either or both. To enter individual results, select the web page(s) under 'Sample to Evaluate' (in the left column); then under the specific success criteria, select 'Show web pages to enter individual results'", | ||
"INTRO_0": "", | ||
"HD_SAMPLE_SELECT": "Sample to Evaluate", | ||
"INF_AUDIT_SAMPLE": "This section lists the web pages you selected in the previous step. The web pages that are checked in this section are listed when 'Show web pages to enter individual results' is activated in the 'Success Criteria to Evaluate' section. You can show an individual web page that you are evaluating, or show several web pages at the same time. <br> The chainlink icon opens the web page in a separate browser window.", | ||
"BTN_COLLAPSE_PAGES": "Hide web pages to enter individual results", | ||
"BTN_COMPLETE_SELECTED": "Set selected to complete", | ||
"BTN_UNCOMPLETE_SELECTED": "Set selected to incomplete", | ||
"BTN_EXPAND_PAGES": "Show web pages to enter individual results", | ||
"BTN_OPEN_SELECTED": "Open selected pages", | ||
"NO_SAMPLE": "No sample available. Create a sample in step 2 and step 3.", | ||
"TESTED": "Tested", | ||
"HD_CRITERIA": "Success Criteria to Evaluate", | ||
"INF_AUDIT_CRITERIA": "This section lists the WCAG 2.0 success criteria. Use the filter to show or hide success criteria of different levels (A, AA and AAA). You can select results as: 'Not checked', 'Passed', 'Failed', 'Not present', and 'Cannot tell'; and you can provide details, comments, or other observations made during evaluation in the accompanying text box.", | ||
"FILTER": "Filter", | ||
"PRINCIPLE": "Principle", | ||
"NOTE": "Note", | ||
"BTN_SHOW_TEXT": "Show criterion text", | ||
"UNDERSTAND": "Understanding", | ||
"BTN_UNCOMPLETE_SELECTED": "Set selected to incomplete", | ||
"CLICK_TO_DELETE": "Click to delete", | ||
"FILTER": "Show", | ||
"FILTER_NEW_IN_WCAG21": "Added in WCAG 2.1", | ||
"HD_CRITERIA": "Success Criteria to Evaluate", | ||
"HD_SAMPLE_SELECT": "Sample to Evaluate", | ||
"HOW_TO": "How to meet", | ||
"SAMPLE_FINDINGS": "Results for the entire sample", | ||
"BTN_EXPAND_PAGES": "Show web pages to enter individual results", | ||
"BTN_COLLAPSE_PAGES": "Hide web pages to enter individual results", | ||
"INF_AUDIT_CRITERIA": "This section lists the WCAG 2 success criteria. Use the filter to show or hide success criteria of different levels (A, AA and AAA). You can select results as: 'Not checked', 'Passed', 'Failed', 'Not present', and 'Cannot tell'; and you can provide details, comments, or other observations made during evaluation in the accompanying text box.", | ||
"INF_AUDIT_SAMPLE": "This section lists the web pages you selected in the previous step. The web pages that are checked in this section are listed when 'Show web pages to enter individual results' is activated in the 'Success Criteria to Evaluate' section. You can show an individual web page that you are evaluating, or show several web pages at the same time. <br> The chainlink icon opens the web page in a separate browser window.", | ||
"INTRO_0": "", | ||
"INTRO": "Record the outcome from evaluating the web pages selected in the previous step. Compare the results between the structured page and randomly selected pages, and if needed, adjust the selected sample in the previous step. More guidance on this step is provided in <a href={{link_em_4}}>WCAG-EM Step 4: Audit the Selected Sample</a>. <br> <strong>Note:</strong> For each WCAG 2 success criteria, you can enter 'Results for the entire sample' and you can enter results for individual web pages. You can choose to enter either or both. To enter individual results, select the web page(s) under 'Sample to Evaluate' (in the left column); then under the specific success criteria, select 'Show web pages to enter individual results'", | ||
"LABEL_OUTCOME": "Outcome", | ||
"UNTESTED": "{{critCount}} untested", | ||
"LABEL_PAGE_HANDLE": "Short page name", | ||
"NO_PAGE_SELECTED": "No pages selected under Sample to Evaluate", | ||
"NO_SAMPLE": "No sample available. Create a sample in step 2 and step 3.", | ||
"NOTE": "Note", | ||
"PLH_ASSERT_DESC": "Observations made during evaluation", | ||
"CLICK_TO_DELETE": "Click to delete", | ||
"LABEL_PAGE_HANDLE": "Short page name", | ||
"PRINCIPLE": "Principle", | ||
"RESULTS_FOR": "Results for", | ||
"SAMPLE_FINDINGS": "Results for the entire sample", | ||
"SELECT_ALL": "Select all web pages", | ||
"RESULTS_FOR": "Results for" | ||
} | ||
"TESTED": "Tested", | ||
"TITLE": "Step 4: Audit the Selected Sample", | ||
"UNDERSTAND": "Understanding", | ||
"UNTESTED": "{{critCount}} untested" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"TITLE": "Import a WCAG EARL report", | ||
"INTRO": "If you have used another application to generate a WCAG EARL-report that falls into the scope of this evaluation, you may be able to import these and add them to the evaluation audit result. The file itself should be: JSON-LD parseable, consist of objects in EARL format and evaluation tests should be related to WCAG.", | ||
"LABEL_SELECT_FILE": "Select a JSON-LD file" | ||
} |
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
Oops, something went wrong.