HTMLVideoElement
< dom
HTMLVideoElement
This page has been flagged with the following issues:
High-level issues:
Needs Summary: This article does not have a summary. Summaries give a brief overview of the topic and are automatically included on some listing pages that link to this article.
Inherits from HTMLElement
Properties
| API Name | Summary |
|---|---|
| height | |
| initialTime | Earliest point in seconds where the playback can (should) start playing |
| poster | Valid URL to an image ressource that will be displayed until the first frame of the video is available or will be displayed if no valid video ressource is available at all. |
| videoHeight | |
| videoWidth | |
| width |
Methods
No methods.
Events
No events.
Inherited from HTMLElement
Properties
Methods
| API Name | Summary |
|---|---|
| abort | |
| applyElement | Non standard. Use appendChild, insertBefore, or other algorithms instead. Makes an element be the child of a given element, or makes the given element a child of the element, moving its children to be the children of the given element. |
| blur | |
| clearAttributes | |
| click | Covers what the click action is and what happens when it is performed. |
| componentFromPoint | |
| create (image) | |
| doScroll | |
| dragDrop | Non standard. Proprietary. Use draggable instead. Allows an element to particitipate in a drag and drop procedure. |
| focus | |
| getAttribute | Returns the value of the content attribute. |
| getBoundingClientRect | Returns a ClientRect object that encloses a group of text rectangles.
The returned value is a ClientRect object which is the union of the rectangles returned by getClientRects() for the element, i.e., the CSS border-boxes associated with the element. It contains read-only left, top, right and bottom properties describing the border-box, in pixels, with the top-left relative to the top-left of the viewport. |
| getClientRects | The returned value is a collection of ClientRect objects, one for each CSS border box associated with the element. Each ClientRect object contains read-only left, top, right and bottom properties describing the border box, in pixels, with the top-left relative to the top-left of the viewport. For tables with captions, the caption is included even though it's outside the border box of the table. |
| getElementsByClassName | Use elementOrDocument.querySelectorAll(".class-name.other-class-name") instead. Gets a collection of all descendant elements with given classes.
|
| getElementsByTagName | Gets a collection of all descendant elements with a given name. |
| hide | |
| insertAdjacentElement | |
| insertAdjacentHTML | |
| insertAdjacentText | |
| item | |
| item (Areas) | |
| item (BehaviorUrns) | |
| item (DocumentCompatibleInfoCollection) | |
| item (Form, Elements) | |
| item (Options, Select) | |
| item (TextRectangle) | |
| item (attributes) | |
| matchesSelector | |
| mergeAttributes | |
| msReleasePointerCapture | |
| namedItem | |
| namedItem (Form, elements) | |
| namedItem (Options, Select) | |
| remove | |
| removeAttribute | |
| setActive | |
| setAttribute | |
| setCustomValidity | |
| show | |
| showModalDialog | |
| showModelessDialog | |
| toStaticHTML | |
| updateSettings |
Events
No events.
Needs Examples: This section should include examples.
Compatibility
Desktop
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? |
Mobile
| Feature | Android | BlackBerry | Chrome for mobile | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Opera Mini | Safari Mobile |
|---|---|---|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? | ? | ? | ? |
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here