Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
ff3dcd8
Adds consistency to accessibility support and assumptions wording
daniel-montalvo Oct 7, 2022
d4f9711
"No assumptions." -> "There are no assumptions."
daniel-montalvo Oct 7, 2022
57eaa92
"No accesibility support issues known." -> "There are no accessibilit…
daniel-montalvo Oct 7, 2022
729baaf
Excludes deprecated
daniel-montalvo Oct 7, 2022
abda034
Excludes deprecated
daniel-montalvo Oct 7, 2022
ea19f96
Tries excluding deprecated
daniel-montalvo Oct 7, 2022
8269479
Update _rules/links-with-identical-names-and-context-serve-equivalent…
daniel-montalvo Oct 7, 2022
f10eb00
Fixes
daniel-montalvo Oct 7, 2022
4fe736d
Merge branch 'consistent-wording-for-accsupport-and-assumptions' of h…
daniel-montalvo Oct 7, 2022
dc5f338
Clean-up and fixes
daniel-montalvo Oct 7, 2022
ca06ef3
Fixes typo in heading
daniel-montalvo Oct 7, 2022
3d9ef04
Tries reverting __deprecated__
daniel-montalvo Oct 7, 2022
6fb82f5
Merge branch 'develop' into consistent-wording-for-accsupport-and-ass…
daniel-montalvo Oct 12, 2022
2098c7a
Merge branch 'develop' into consistent-wording-for-accsupport-and-ass…
daniel-montalvo Oct 20, 2022
5e08668
Merge branch 'develop' into consistent-wording-for-accsupport-and-ass…
daniel-montalvo Oct 27, 2022
5e27ccf
Merge branch 'develop' into consistent-wording-for-accsupport-and-ass…
daniel-montalvo Nov 7, 2022
078db12
Merge branch 'develop' into consistent-wording-for-accsupport-and-ass…
WilcoFiers Nov 11, 2022
09ae219
Merge branch 'develop' into consistent-wording-for-accsupport-and-ass…
daniel-montalvo Nov 14, 2022
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
4 changes: 2 additions & 2 deletions _rules/aria-attr-defined-5f99a7.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Each target attribute is defined in [WAI-ARIA Specifications][].

## Assumptions

_There are currently no assumptions_
There are no assumptions.

## Accessibility Support

There are no major accessibility support issues known for this rule.
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/aria-state-or-property-permitted-5c01ea.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ No test target is [prohibited][] on the [semantic role][] of the element on whic

## Assumptions

_There are currently no assumptions_
There are no assumptions.

## Accessibility Support

Expand Down
4 changes: 2 additions & 2 deletions _rules/attr-not-duplicated-e6952f.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ For each test target, there are no duplicated [attributes](https://www.w3.org/TR

## Assumptions

_There are currently no assumptions._
There are no assumptions.

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
5 changes: 2 additions & 3 deletions _rules/audio-as-media-alternative-afb423.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ The auditory information of each test target is available as text (directly or v

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][].


## Assumptions

_There are currently no assumptions_
There are no assumptions.

## Accessibility Support

There are no major accessibility support issues known for this rule.
There are no accessibility support issues known.

## Background

Expand Down
10 changes: 5 additions & 5 deletions _rules/audio-text-alternative-e7aa44.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ acknowledgments:

This rule applies to any [non-streaming](#non-streaming-media-element) `audio` element for which at least one of the following is true:

- has an `autoplay` [attribute value][] of true; or,
- has an `autoplay` [attribute value][] of true; or,
- has a [play button][] that is [visible][] and [included in the accessibility tree](#included-in-the-accessibility-tree).

## Expectation
Expand All @@ -50,7 +50,7 @@ This rule assumes that the language of each test target can be correctly determi

## Accessibility Support

There are no major accessibility support issues known for this rule.
There are no accessibility support issues known.

## Background

Expand Down Expand Up @@ -124,9 +124,9 @@ This `audio` element has a play button but has an incorrect transcript.
<html lang="en">
<audio src="/test-assets/moon-audio/moon-speech.mp3" controls></audio>
<p>
The above audio contains the following speech: We are going to the North Pole in this decade with puppies,
not because they are easy, but because they are cute, because that goal will serve to organize and measure the best
of our energies and skills, because that challenge is one that we are willing to accept, one we are unwilling to
The above audio contains the following speech: We are going to the North Pole in this decade with puppies, not
because they are easy, but because they are cute, because that goal will serve to organize and measure the best of
our energies and skills, because that challenge is one that we are willing to accept, one we are unwilling to
postpone, and one which we intend to win, and the others, too.
</p>
</html>
Expand Down
4 changes: 2 additions & 2 deletions _rules/audio-transcript-2eb176.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ The auditory information of each test target is available through a text transcr

## Assumptions

_There are currently no assumptions_
There are no assumptions.

## Accessibility Support

There are no major accessibility support issues known for this rule.
There are no accessibility support issues known.

## Background

Expand Down
4 changes: 2 additions & 2 deletions _rules/auto-play-audio-does-not-exceed-3-seconds-aaa1bf.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ For each test target the total audio output does not last more than 3 seconds.

## Assumptions

_There are currently no assumptions_
There are no assumptions.

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/auto-play-audio-has-control-mechanism-4c31df.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The [instrument][] to pause or stop or turn the audio volume off is [visible](#v

## Assumptions

_There are currently no assumptions_
There are no assumptions.

## Accessibility Support

Expand Down
2 changes: 1 addition & 1 deletion _rules/auto-update-text-efbfc7.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For each test target there is at least one set of [instruments][instrument], whe

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
4 changes: 2 additions & 2 deletions _rules/block-collapsible-3e12e1.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ For each [block of repeated content][] in each test target, which is before (in

## Assumptions

_No assumptions._
There are no assumptions.

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/css-restrict-orientation-b33eff.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This rule does not consider and may produce incorrect results for:

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/device-motion-disabled-c249d5.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For each registered [device orientation event][device orientation] or [device mo

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/device-motion-user-interface-7677a9.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For each registered [device orientation event][device orientation] or [device mo

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This rule assumes that there is at least one [block of repeated content][] befor

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/element-lang-matches-default-language-off6ek.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For each test target, the [primary language][] of its `lang` [attribute value][]

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/element-marked-decorative-is-not-exposed-46ca7f.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Each target element either is not [included in the accessibility tree][] or has

## Assumptions

_There are currently no assumptions_
There are no assumptions.

## Accessibility Support

Expand Down
4 changes: 2 additions & 2 deletions _rules/focusable-no-keyboard-trap-80af7b.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ For each test target, the [outcome](#outcome) of at least one of the following r

## Assumptions

_There are currently no assumptions._
There are no assumptions.

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For each target element focus can cycle to the browser UI by using the method ad

## Accessibility Support

There are no major accessibility support issues known for this rule.
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/focusable-no-keyboard-trap-standard-nav-a1b64e.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For each target element, focus can cycle to the browser UI by using [standard ke

## Accessibility Support

There are no major accessibility support issues known for this rule.
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/form-field-non-empty-accessible-name-e086e5.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Each target element has an [accessible name][] that is not empty (`""`).

## Assumptions

_There are currently no assumptions_
There are no assumptions.

## Accessibility Support

Expand Down
2 changes: 1 addition & 1 deletion _rules/heading-non-empty-accessible-name-ffd0e9.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Each test target has a non-empty (`""`) [accessible name][].

## Assumptions

_There are currently no assumptions._
There are no assumptions.

## Accessibility Support

Expand Down
2 changes: 1 addition & 1 deletion _rules/html-page-lang-b5c3f8.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The language of the page can be set by other methods than the `lang` attribute,

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/html-page-lang-matches-default-ucwvc8.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For each test target, the [known primary language tag][] of its `lang` attribute

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/html-page-lang-valid-bf051a.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For each test target, the `lang` attribute has a [known primary language tag][].

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/html-page-non-empty-title-2779a5.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This rule assumes that [Success Criterion 2.4.2 Page Titled](https://www.w3.org/

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
4 changes: 2 additions & 2 deletions _rules/id-value-unique-3ea0c8.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ The value of the attribute is unique across all other `id` attributes specified

## Assumptions

_There are currently no assumptions._
There are no assumptions.

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This rule assumes that interactive content inside `iframe` elements is used to p

## Accessibility Support

There are no major accessibility support issues known for this rule.
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/image-accessible-name-descriptive-qt1vmo.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Each test target has an [accessible name][] that serves an equivalent purpose to

## Assumptions

_There are currently no assumptions_
There are no assumptions.

## Accessibility Support

Expand Down
4 changes: 2 additions & 2 deletions _rules/image-filename-as-accessible-name-9eb3f6.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ Each test target has an [accessible name][] that serves an equivalent purpose to

## Assumptions

_There are currently no assumptions_
There are no assumptions.

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/image-no-text-0va7u6.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For each test target, its [visible pixels][visible] do not contain text expressi

## Accessibility Support

_No accessibility support issues known._
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/image-non-empty-accessible-name-23a2a8.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Each target element has an [accessible name][] that is not empty (`""`), or has

## Assumptions

_There are currently no assumptions._
There are no assumptions.

## Accessibility Support

Expand Down
2 changes: 1 addition & 1 deletion _rules/image-not-in-acc-tree-is-decorative-e88epe.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Each test target is [purely decorative][].

## Accessibility Support

_No accessibility support issues known._
There are no accessibility support issues known.

## Background

Expand Down
4 changes: 2 additions & 2 deletions _rules/invalid-form-field-value-36b590.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ in [text][] that is [included in the accessibility tree][] or included in the [a

## Assumptions

_There are currently no assumptions._
There are no assumptions.

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ When followed, the links in each set of target elements resolve to the [same res

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
2 changes: 1 addition & 1 deletion _rules/non-visual-reference-alternative-9bd38c.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This rule assumes that [visual reference words][] are forms of information conve

## Accessibility Support

_There are no major accessibility support issues known for this rule._
There are no accessibility support issues known.

## Background

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ There are no assumptions.

## Accessibility Support

There are no major accessibility support issues known for this rule.
There are no accessibility support issues known.

## Background

Expand Down
Loading