Get to know MDN better
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The controlsList property of the HTMLMediaElement interface returns a DOMTokenList that helps the user agent select what controls to show on the media element whenever the user agent shows its own set of controls. The DOMTokenList takes one or more of three possible values: nodownload, nofullscreen, and noremoteplayback.
A DOMTokenList.
The value of controlsList can be set by passing a string representing the DOMTokenList's value property.
The controlsList property returns a DOMTokenList object containing the current set value.
You can also modify controlsList by directly setting it to a string containing the new value.
| Unknown specification # solution-outline |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Feb 25, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.