Skip to content

Commit 44455ae

Browse files
Revert "create definition of play button"
This reverts commit c912a9a.
1 parent c912a9a commit 44455ae

4 files changed

Lines changed: 9 additions & 18 deletions

File tree

_rules/audio-as-media-alternative-afb423.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ acknowledgments:
2525
This rule applies to every [non-streaming](#non-streaming-media-element) `audio` element that is:
2626

2727
- playing; or,
28-
- has a [play button][] that is [visible][] and [included in the accessibility tree][].
28+
- has a "play button" that is [visible][] and [included in the accessibility tree][].
29+
30+
**Note:** A play button is an interactive element that when activated, plays the audio.
2931

3032
## Expectation 1
3133

@@ -189,5 +191,4 @@ This `audio` element describes some of the text on the same page. The text on th
189191
```
190192

191193
[included in the accessibility tree]: #included-in-the-accessibility-tree 'Definition of included in the accessibility tree'
192-
[play button]: #play-button 'Definition of play button'
193194
[visible]: #visible 'Definition of visible'

_rules/audio-text-alternative-e7aa44.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ acknowledgments:
3535
This rule applies to any [non-streaming](#non-streaming-media-element) `audio` element that is:
3636

3737
- playing; or,
38-
- has a [play button][] that is [visible][] and [included in the accessibility tree](#included-in-the-accessibility-tree).
38+
- has a "play button" that is [visible][] and [included in the accessibility tree](#included-in-the-accessibility-tree).
39+
40+
**Note:** A play button is an interactive element that when activated, plays the audio.
3941

4042
## Expectation
4143

@@ -184,5 +186,4 @@ This `a` element links to an audio file, but there is no `audio` element on this
184186
</html>
185187
```
186188

187-
[play button]: #play-button 'Definition of play button'
188189
[visible]: #visible 'Definition of visible'

_rules/audio-transcript-2eb176.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ acknowledgments:
2525
This rule applies to every [non-streaming](#non-streaming-media-element) `audio` element that is:
2626

2727
- playing; or,
28-
- has a [play button][] that is [visible][] and [included in the accessibility tree][].
28+
- has a "play button" that is [visible][] and [included in the accessibility tree][].
29+
30+
**Note:** A play button is an interactive element that when activated, plays the audio.
2931

3032
## Expectation
3133

@@ -195,5 +197,4 @@ This `audio` element has hidden native player controls.
195197
```
196198

197199
[included in the accessibility tree]: #included-in-the-accessibility-tree 'Definition of included in the accessibility tree'
198-
[play button]: #play-button 'Definition of play button'
199200
[visible]: #visible 'Definition of visible'

pages/glossary/play-button.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)