-
Notifications
You must be signed in to change notification settings - Fork 23.2k
Specify that Lazy Audio elements need a controls attr #43624
Copy link
Copy link
Closed
Labels
Content:HTMLHypertext Markup Language docsHypertext Markup Language docs
Description
MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/audio#loading
What specific section or headline is this issue about?
loading + controls
What information was incorrect, unhelpful, or incomplete?
In order for audio elements to intersect visibly with the viewport, they need to be visible. UAs use the controls attribute to make audio elements visible, so it's needed for lazy loading.
What did you expect to see?
<audio loading=lazy controls src=...></audio>
Do you have any supporting links, references, or citations?
https://html.spec.whatwg.org/multipage/media.html#the-audio-element

Do you have anything more you want to share?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Content:HTMLHypertext Markup Language docsHypertext Markup Language docs