Back to Content

HTMLMediaElement: mediaGroup property

files/en-us/web/api/htmlmediaelement/mediagroup/index.md

latest647 B
Original Source

{{APIRef("HTML DOM")}}{{Deprecated_Header}}{{Non-standard_Header}}

The HTMLMediaElement.mediaGroup property reflects the mediagroup HTML attribute, which indicates the name of the group of elements it belongs to. A group of media elements shares a common controller.

Value

A string.

Specifications

In 2016, the whole Media Controller feature was removed from the HTML specification. It is no longer on track to become a standard.

Browser compatibility

{{Compat}}

See also

  • {{domxref("HTMLMediaElement")}}: Interface used to define the HTMLMediaElement.mediaGroup property