Skip to content

Commit

Permalink
terminology updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alastc committed Nov 23, 2024
1 parent ae294bf commit 83af02b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions how-to/outcomes/focus-appearance/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ layout: outcome.html

## Goal

Users can see which element has keyboard focus.
The keyboard focus must have a sufficient visual indicator.

## Normative Text

<div class="normative">

### Outcome
### Guideline

<p>{{ outcome.description }}</p>

Expand All @@ -21,7 +21,7 @@ Users can see which element has keyboard focus.
For each focusable item:

1. Is the user-agent default focus indicator used? (Prerequisite)
1. Yes, the [user-agent default indicator](methods/default-focus-indicator) is used AND the [accessibility support set] incorporates [Using the default focus indicator and checking contrast](methods/default-focus-indicator-check-contrast) and checking contrast. Stop.
1. Yes, the [user-agent default indicator](methods/default-focus-indicator) is used AND the *accessibility support set* incorporates [Using the default focus indicator and checking contrast](methods/default-focus-indicator-check-contrast) and checking contrast. Stop.
2. No, continue.


Expand Down
4 changes: 2 additions & 2 deletions how-to/outcomes/focus-appearance/outcome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"index": 0,
"title": "Focus Appearance",
"description": "Users have a visual indicator for the Keyboard Focus that is sufficient for them."
"title": "Keyboard Focus Appearance",
"description": "Users can see which element has keyboard focus."
}
7 changes: 4 additions & 3 deletions how-to/outcomes/text-alternatives/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ If there is no information conveyed by the image, the user's assistive technolog

<div class="normative">

### Outcome
### Guideline

<p>{{ outcome.description }}</p>

<div class="nested">

### Requirements decision tree
### Foundational Requirements

1. Would removing the image impact how people understand the page? (Prerequisite)
1. No, [decorative images are programmatically hidden](methods/decorative-images). Stop.
2. Yes, continue.
Expand All @@ -32,7 +33,7 @@ If there is no information conveyed by the image, the user's assistive technolog

</div>

### Supplemental
### Supplimental Requirements

- [The role and importance of images are programmatically indicated](methods/role-of-images) (Supporting requirement).
- [The type of image (photo, icon, etc.) is indicated](methods/type-of-image) (Supporting requirement).
Expand Down

0 comments on commit 83af02b

Please sign in to comment.