- From: Jim Ley <jim@jibbering.com>
- Date: Sat, 28 May 2005 23:06:57 +0100
- To: <www-html-editor@w3.org>
- Cc: <xhtml2-issues@hades.mn.aptest.com>
Dear HTML Working Group,
Please remove the requirement that the document be completed loading before 
a declare="declare" object can be executed:
i.e. with the following document:
<object
    declare="declare"
    id="earth.declaration"
    src="TheEarth.mpg"
    srctype="video/mpeg">
    The <strong>Earth</strong> as seen from space.
</object>
<em>...later in the document...</em>
<p>A neat <a href="#earth.declaration">animation of The Earth!</a></p>
The behaviour of the link should be consistent when activated and not depend 
on if the DOMLoad event having fired.
Regards,
Jim Ley 
Received on Saturday, 28 May 2005 22:07:11 UTC