Skip to content

Commit

Permalink
Change keyboard control --> keyboard navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
amyleadem committed Jan 3, 2024
1 parent b6883af commit ef03c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _data/checklists/accordion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ testItems:
testType: zoom
versionTested: 3.5.0
wcagCriterion: 1.4.4
# Keyboard control items
# Keyboard navigation items
- summary: Interactive elements work after tabbing.
summaryAdditional: When you use the `tab` key to navigate into an open accordion panel, each interactive item inside that panel (like a link) is selectable.
testStatus: pass
Expand Down
2 changes: 1 addition & 1 deletion _includes/critical-checklist/checklist-intros.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h4 class="usa-accordion__heading">
{% include critical-checklist/zoom-instructions.html %}
{% elsif title == "screen readers" %}
{% include critical-checklist/screen-reader-instructions.html %}
{% elsif title == "Keyboard control" %}
{% elsif title == "Keyboard navigation" %}
{% include critical-checklist/keyboard-instructions.html %}
{% endif %}
</div>
Expand Down

0 comments on commit ef03c81

Please sign in to comment.