-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up icon accessibility tests page
- Loading branch information
Showing
4 changed files
with
40 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
permalink: /components/icon/accessibility-tests/ | ||
layout: styleguide | ||
component: | ||
name: icon | ||
title: Icon accessibility tests | ||
category: Components | ||
lead: Any USWDS icon should pass these manual accessibility tests. | ||
changelog: | ||
key: 'component-icon-accessibility' | ||
--- | ||
|
||
{% include accessibility-tests/index.html %} |
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,16 @@ | ||
title: Icon | ||
component_status: pass | ||
test_items: | ||
# General items | ||
- summary: Text conveys the icon's meaning when necessary. | ||
summary_additional: | | ||
When you view an icon that represents an action and determine the action, | ||
text, and never color alone, conveys the icon's meaning where necessary. | ||
For example, a red "x" which indicates "stop" is also accompanied by the word "stop". | ||
test_status: pass | ||
test_type: general | ||
version_tested: 3.7.1 | ||
wcag_criterion: 1.4.1 | ||
# Zoom/screen magnification items | ||
# Keyboard navigation items | ||
# Screen reader items |
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,9 @@ | ||
title: Icon accessibility tests | ||
type: component | ||
changelogURL: | ||
items: | ||
- date: NNNN-NN-NN | ||
summary: Added accessibility tests page. | ||
affectsGuidance: true | ||
githubPr: | ||
githubRepo: uswds-site |