Chrome 147 adds loading attribute to audio/video behind flag#29256
Chrome 147 adds loading attribute to audio/video behind flag#29256
loading attribute to audio/video behind flag#29256Conversation
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
loading attribute to audio and videoloading attribute to audio/video behind flag
|
Pardon my ignorance @caugner what does "auto-merge" mean here? Does @hamishwillee need to approve as he's on the approver list as was looking earlier? Or is it cause it's outdated? the "Update branch" button returns an error for me (apparently because auto merge is enabled!) :-(
|
|
@tunetheweb This looks like a GitHub bug. Can you merge |
Been an increasing number of them lately!
Done. Though looks in an even weirder state now 😔 Will keep an eye on it and see if it resolves itself. Worst case I'll open a new PR from a new branch if I have to! |

Summary
We're adding
loading=lazyto<audio>and<video>attributes!Coming to Chrome in 147 (behind a flag): https://chromestatus.com/feature/5200068565139456
FYI: @scottjehl @hjanuschka
Test results and supporting details
Audio:
https://wpt.fyi/results/html/semantics/embedded-content/the-audio-element?label=experimental&label=master&aligned
Video:
https://wpt.fyi/results/html/semantics/embedded-content/the-video-element?label=experimental&label=master&aligned
https://chromestatus.com/feature/5200068565139456
Implementation bugs:
Firefox and Safari implementations are being actively worked on but, as per policy, I've left this marked as "experimental" until two implementations land in stable.
More details:
Related issues
See spec updates here: whatwg/html#11980.
Content PR: mdn/content#43434
Makes progress on: mdn/mdn#809