Posted by Jim Higson on 08/05/06 15:06
David Dorward wrote:
> If I'm trying to find out about the new Rocket Skates from Acme Inc then
> I'd want to know that I was looking at Acme Inc's website - but why would
> I care that it was a logo conveying that information?
Maybe in this case, since the alt text can't contain elements and ACME is an
acronym (actually probably a backronym, but there isn't a tag for that),
the most semantic markup would be:
<a href="/">
<object type="image/png" data="images/logo">
<acronym title="A Company that Makes Everything">
ACME
</acronym>
</object>
</a>
No idea if this would work as expected. Probably IE would get it wrong.
--
Jim
Navigation:
[Reply to this message]
|