- From: Anton Vayvod via GitHub <sysbot+gh@w3.org>
- Date: Thu, 22 Sep 2016 10:36:31 +0000
- To: public-secondscreen@w3.org
`HTMLVideoElement` `attribute unsigned long width;` MUST support. Depends on representation (poster or just a black 300x150 rectangle). `attribute unsigned long height;` MUST support. Depends on representation (poster or just a black 300x150 rectangle). `readonly attribute unsigned long videoWidth;` MUST support. Fallback to `width` if information is not available from the remote playback device. `readonly attribute unsigned long videoHeight;` MUST support. Fallback to `height` if information is not available from the remote playback device. `attribute USVString poster;` MUST support. `attribute boolean playsInline;` MUST support. Returns true. Works for the element representation not the actual video played remotely. -- GitHub Notification of comment by avayvod Please view or discuss this issue at https://github.com/w3c/remote-playback/issues/41#issuecomment-248866224 using your GitHub account
Received on Thursday, 22 September 2016 10:36:38 UTC