You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This `audio` element does not have native player controls.
160
+
This `audio` element does not autoplay or have a play button.
145
161
146
162
```html
147
163
<htmllang="en">
@@ -151,7 +167,7 @@ This `audio` element does not have native player controls.
151
167
152
168
#### Inapplicable Example 2
153
169
154
-
This `audio` element describes some of the text on the same page. The text on the page labels the audio as an alternative but the controls are not [visible][] on the page.
170
+
This `audio` element is labeled as an alternative by text on the same page, but the controls are not [visible][] on the page.
155
171
156
172
```html
157
173
<htmllang="en">
@@ -181,9 +197,10 @@ This `a` element links to an audio file, but there is no `audio` element on this
181
197
postpone, and one which we intend to win, and the others, too.
182
198
</p>
183
199
<p>
184
-
<ahref="/test-assets/moon-audio/moon-speech.mp3">Download the speach as MP3</a>
200
+
<ahref="/test-assets/moon-audio/moon-speech.mp3">Download the speech as MP3</a>
185
201
</p>
186
202
</html>
187
203
```
188
204
205
+
[attribute value]: #attribute-value'Definition of Attribute Value'
0 commit comments