Is it correct that IE9 (Beta & Preview) don't support relative width/height on the html5 video tag?
Chrome, Safari & Firefox all nicely accept a width=50%, but IE9 seems to read it as 50px. (Video is showing in all 4 browsers so no problem there).
I was wondering if it's a bug/feature yet to be implemented or permanent solution.
J.
<video>is new in HTML5, there's really no reason for IE9 to support them. Percentage heights and widths are plainly styling, and therefore should be supplied using CSS. – Alohci Feb 12 '11 at 21:29