* Robert Sayre <[EMAIL PROTECTED]> [2005-08-16 09:40]:
> As long as we're picking on Tim's URI space... what happens in
> this hypothetical situation:
> 
> <div xml:base="http://www.tbray.org/ongoing/hubble60.jpg";>
> <a href="stars.html">
> <img longdesc="hubble60.html" 
>         alt="stars" 
>         src="http://www.tbray.org/ongoing/hubble60.jpg"; />
> </a>
> </div>

That’s the same as

    <div>
    <a href="stars.html">
    <img longdesc="hubble60.html" 
            alt="stars" 
            src="" />
    </a>
    </div>

ie the document author made a mistake.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to