videoWidth and videoHeight params

This commit is contained in:
Fernando Jiménez Moreno 2018-09-21 11:26:37 +02:00
parent da0e92d7f8
commit 6904535865
4 changed files with 69 additions and 6 deletions

View file

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