OBJECT SRC=?

I take it the embedded OBJECT example in 
     http://www.w3.org/TR/WD-html40/struct/includes.html
that includes the fragment:

 <OBJECT src="TheEarth.gif">
   The <STRONG>Earth</STRONG> as seen from space.
  </OBJECT>
 
should really be either

 <OBJECT data="TheEarth.gif">
   The <STRONG>Earth</STRONG> as seen from space.
  </OBJECT>

or

 <IMG src="TheEarth.gif"
   alt="The Earth as seen from space.">

Is that right?
-- 
E. Stephen Mack <estephen@emf.net>          http://www.emf.net/~estephen/

Received on Thursday, 10 July 1997 17:26:42 UTC