The video element represents a video or movie.
Transparent, with the following specific structure:
a src attribute, or zero or more source elements followed by flow content
a src attribute, or zero or more source elements followed by phrasing content
any element that can contain phrasing elements, any element that can contain flow elements
interface HTMLVideoElement : HTMLMediaElement { attribute DOMString width; attribute DOMString height; readonly attribute unsigned long videoWidth; readonly attribute unsigned long videoHeight; attribute DOMString poster; };