- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 11 Aug 2008 23:32:08 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5941
Ian 'Hixie' Hickson <ian@hixie.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #2 from Ian 'Hixie' Hickson <ian@hixie.ch> 2008-08-11 23:32:07 ---
If you want the video dimensions, use videoWidth and videoHeight. If you want
the dimensions of the rendering, use the CSS object model (clientHeight, etc).
As a general rule, the DOM attributes don't return values other than what the
content attributes have. There are some exceptions, like Image.height, but I
think we want to keep the platform as consistent as possible.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Monday, 11 August 2008 23:32:43 UTC