← Back to release summary

noplaybackrate in HTMLMediaElement.controlsList

Category
Multimedia
Type
Chromium catches up
Status
Enabled by default (Chrome 93)
Intent stage
Shipped

Summary

Offers a way for the website to enable/disable the playback speed control exposed by the browser in native media controls.

Motivation

With browser vendors adding playback speed control to their native media controls, developers want to control the visibility of this new control. Using the existing HTMLMediaElement.controlsList attribute, developers can enable/disable the visibility of the playback speed control with the new token “noplaybackrate”.

Standards & signals

Samples: https://googlechrome.github.io/samples/media/controlslist-noplaybackrate.html

Explainers: https://github.com/wicg/controls-list/blob/master/explainer.md

View on chromestatus.com