Fix: Reword unempathetic sentence (#17598)
* Fix: Reword unempathetic sentence * Remove unnecessary word
This commit is contained in:
committed by
Kristofer Koishigawa
parent
aaa73bd1c9
commit
dc31b5cc5f
@ -474,7 +474,7 @@
|
|||||||
"id": "587d7789367417b2b2512aa4",
|
"id": "587d7789367417b2b2512aa4",
|
||||||
"title": "Improve Accessibility of Audio Content with the audio Element",
|
"title": "Improve Accessibility of Audio Content with the audio Element",
|
||||||
"description": [
|
"description": [
|
||||||
"HTML5's <code>audio</code> element gives semantic meaning when it wraps sound or audio stream content in your markup. Audio content also needs a text alternative to be accessible to the deaf or hard of hearing. This can be done with nearby text on the page or a link to a transcript.",
|
"HTML5's <code>audio</code> element gives semantic meaning when it wraps sound or audio stream content in your markup. Audio content also needs a text alternative to be accessible to people who are deaf or hard of hearing. This can be done with nearby text on the page or a link to a transcript.",
|
||||||
"The <code>audio</code> tag supports the <code>controls</code> attribute. This shows the browser default play, pause, and other controls, and supports keyboard functionality. This is a boolean attribute, meaning it doesn't need a value, its presence on the tag turns the setting on.",
|
"The <code>audio</code> tag supports the <code>controls</code> attribute. This shows the browser default play, pause, and other controls, and supports keyboard functionality. This is a boolean attribute, meaning it doesn't need a value, its presence on the tag turns the setting on.",
|
||||||
"Here's an example:",
|
"Here's an example:",
|
||||||
"<blockquote><audio id="meowClip" controls><br> <source src="audio/meow.mp3" type="audio/mpeg" /><br> <source src="audio/meow.ogg" type="audio/ogg" /><br></audio><br></blockquote>",
|
"<blockquote><audio id="meowClip" controls><br> <source src="audio/meow.mp3" type="audio/mpeg" /><br> <source src="audio/meow.ogg" type="audio/ogg" /><br></audio><br></blockquote>",
|
||||||
|
Reference in New Issue
Block a user