Implement HTMLMediaElement poster attribute

This commit is contained in:
Fernando Jiménez Moreno 2018-11-29 17:37:34 +01:00
parent b49e7517a3
commit 5c5b5aae0f
8 changed files with 383 additions and 60 deletions

View file

@ -11,6 +11,5 @@ interface HTMLVideoElement : HTMLMediaElement {
// attribute unsigned long height;
readonly attribute unsigned long videoWidth;
readonly attribute unsigned long videoHeight;
// [CEReactions]
// attribute DOMString poster;
[CEReactions] attribute DOMString poster;
};