33
Consistency
–‘href’ everywhere
–<object> (not <img>) everywhere
<h href="#extending">Chapter 12, Extending XForms</h2>
<object title="The Earth as seen from space“
  classid="http://www.observer.mars/TheEarth.py">
  <!-- Else, try the GIF image -->
  <object data="TheEarth.gif“ type="image/gif“>
    <!-- Else render the text -->
The <strong>Earth</strong> as seen from space.
  </object>
</object>