page: http://www.wimbledon.org/en_GB/scores/index.html
object: mip.swf
The div containing the object does not appear to be invisible. Shouldn't a min size placeholder be shown? According to the dom inspector, the placeholder is there but is inside the 0 size dummy object node. Shouldn't the object dummy be removed?
On a simple test page:
Code: Select all
<object width="0" height="0" type="application/x-shockwave-flash" data="http://url1.invalid/">
</object>