diff --git a/accessibility-checker-extension/src/assets/img/Filters.png b/accessibility-checker-extension/src/assets/img/Filters.png new file mode 100644 index 000000000..c2eba2cb2 Binary files /dev/null and b/accessibility-checker-extension/src/assets/img/Filters.png differ diff --git a/accessibility-checker-extension/src/assets/img/htmlFocusViewAll.png b/accessibility-checker-extension/src/assets/img/htmlFocusViewAll.png new file mode 100644 index 000000000..29d8661af Binary files /dev/null and b/accessibility-checker-extension/src/assets/img/htmlFocusViewAll.png differ diff --git a/accessibility-checker-extension/src/assets/img/searchFocusView.png b/accessibility-checker-extension/src/assets/img/searchFocusView.png new file mode 100644 index 000000000..fe7771b65 Binary files /dev/null and b/accessibility-checker-extension/src/assets/img/searchFocusView.png differ diff --git a/accessibility-checker-extension/src/assets/img/searchFocusViewAll.png b/accessibility-checker-extension/src/assets/img/searchFocusViewAll.png new file mode 100644 index 000000000..eb39f1cf8 Binary files /dev/null and b/accessibility-checker-extension/src/assets/img/searchFocusViewAll.png differ diff --git a/accessibility-checker-extension/src/ts/usingAC/UsingACApp.tsx b/accessibility-checker-extension/src/ts/usingAC/UsingACApp.tsx index ab1814129..ab02924e4 100644 --- a/accessibility-checker-extension/src/ts/usingAC/UsingACApp.tsx +++ b/accessibility-checker-extension/src/ts/usingAC/UsingACApp.tsx @@ -101,9 +101,14 @@ class UsingACApp extends React.Component<{}, UsingACAppState> { 6.1 Accessibility Checker +
To filter issues and focus only on violations, items that need review or recommendations, - select the issue type in the issue count region below the - 'Scan' button. Select the same issue type again to see all - issue types. + deselect the checkbox by the issue type in the issue count region below the + 'Scan' button to exclude the issue type from the results. Select the checkbox by the issue type to include the issue type in the results.
Use the ‘Reset’ button to return the view - to the way it was just after scanning, with no issues - highlighted or opened. + to the initial scan, with the results showing all the issues for the page, + highlighted and opened.
- Use the ‘Report’ button to download a + Use the ‘Reports’ button to download a standalone HTML report that includes the same three views - and all the help information provided in the checker. + and all the help information provided in the checker and a MS Excel spreadsheet report for easy data manipulation.
+
+
+
+
+
+
By default, the tool skips hidden content (Web pages that use the{" "} visibility:hidden or display:none elements), @@ -940,7 +1001,7 @@ class UsingACApp extends React.Component<{}, UsingACAppState> { Accessibility Checker can validate the content that is displayed.
-- The Accessibility Checker provides a full report that you can - download as HTML. To open the Accessibility Checker report: + The Accessibility Checker provides two kinds of reports to download, one as HTML and one as MS Excel spreadsheet. To open the Accessibility Checker reports:
- Select the 'Report' icon to download the - report: + Select the 'Reports' icon to download the + reports:
{
- The Accessibility Checker Report is an interactive report that you + HTML Accessibility Checker report: This is an interactive report that you can save as an HTML file for future use. It includes the report scan date and time, URL, and a summary of test results followed by the issue details organized by checklist checkpoints, by element @@ -1132,6 +1192,8 @@ class UsingACApp extends React.Component<{}, UsingACAppState> { height="100%" />
+MS Excel Spreadsheet report: This is a 3 sheet report. The header sheet includes the name of the tool with its version, the scan date, the ruleset and the guidelines used for the scan, and a summary of the results. The issue sheet has the issue details which now includes scan label, issue id and toolkit levels. The third sheet has definition of the fields used as columns in the issue details sheet. +