2.1.8 HTMLVideoElement

The HTMLVideoElement interface represents video content to be played in a document.

HTMLVideoElement has been extended with the following attribute:

  • msZoom

     // Microsoft extensions
     interface HTMLVideoElement : HTMLMediaElement
     {
                  attribute boolean msZoom;
     };