This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14312 - interface HTMLVideoElement : HTMLMediaElement { attribute unsigned long width; attribute unsigned long height; readonly attribute unsigned long videoWidth; readonly attribute unsigned long videoHeight; attribute DOMStr
Summary: interface HTMLVideoElement : HTMLMediaElement { attribute unsigned...
Status: RESOLVED DUPLICATE of bug 14311
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-27 18:13 UTC by contributor
Modified: 2011-09-30 19:35 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2011-09-27 18:13:23 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html
Multipage: http://www.whatwg.org/C#video
Complete: http://www.whatwg.org/c#video

Comment:
interface HTMLVideoElement : HTMLMediaElement { 	   attribute unsigned
long width;	       attribute unsigned long height;	 readonly attribute
unsigned long videoWidth;   readonly attribute unsigned long videoHeight;     
      attribute DOMString poster; };

Posted from: 71.62.201.51
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Comment 1 Ms2ger 2011-09-30 19:35:06 UTC

*** This bug has been marked as a duplicate of bug 14311 ***