Re: Let every element have a src attribute

On Wed, 04 Apr 2007 16:30:35 +0200, Jeff Schiller <codedread@gmail.com>  
wrote:
> I think a bigger concern is the default width/height - if you don't
> specify the width/height on the object, the behavior is
> browser-dependent, I think.

This should work similar to <img> actually. With the height= and width=  
attributes overriding the intrinsic height / width given by the image and  
using 300 (width) * 150 (height) as fallback when there's no intrinsic  
height / width. See CSS 2.1 section 10.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Wednesday, 4 April 2007 16:25:09 UTC