Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify expectations writing #1778 #1833

Merged
merged 16 commits into from
Jun 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions _rules/audio-as-media-alternative-afb423.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ The auditory information of each test target is available as text (directly or v

## Expectation 2

Each target element is labeled as an audio alternative for text on the page. This label is [visible][] and [included in the accessibility tree][].
Each target element is labeled as an audio alternative for text on the page by content that is [visible][] and [included in the accessibility tree][].

**Note:** The term label does not refer to the `label` element.

## Assumptions

Expand Down
3 changes: 1 addition & 2 deletions _rules/video-as-media-alternative-ab4d13.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ All the information contained in each test target is available as text that is [

## Expectation 2

Each test target is labeled as a video alternative for text on the page. This label is [visible][] and [included in the accessibility tree][].
Each target element is labeled as a video alternative for text on the page by content that is [visible][] and [included in the accessibility tree][].

**Note:** The term label does not refer to the `label` element.

## Assumptions

Expand Down
5 changes: 1 addition & 4 deletions _rules/video-only-as-media-alternative-fd26cf.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ All the information contained in each target element is available as text (direc

## Expectation 2

Each target element is labeled as a video alternative for text on the page.
Each target element is labeled as a video alternative for text on the page by content that is [visible][] and [included in the accessibility tree][].

## Expectation 3

The label (from expectation 2) is [visible][] and [included in the accessibility tree][].

## Assumptions

Expand Down