Follow-ups to comp.infosystems.
www.authoring.html
mark4asp <> wrote in
<4783548b$0$20530$>:
> <image alt="blah blah" ... /> - what should it look like?
The Recommendation doesn't specify what should it look like
because alt attribute represents an alternate textual
description for non-textual content in question, to be
provided in environments where rendering of original
content is impossible or undesirable (see HTML 4.01, 13.

.
> The only sensible solution to this is for me to use blank
> alt tags <image alt="" ... />...
It's a Very Bad Practice.
> ...and to use a title attribute instead.
Note that 'instead' is not appropriate. Those attributes
have different semantics (see 7.4.3) and therefore serve
different purposes. title is purely optional, but alt is
mandatory and should always be helpful. Note that the spec
doesn't say what UA's must or even should do with the title
attribute either.
--
....also, I submit that we all must honourably commit seppuku
right now rather than serve the Dark Side by producing the
HTML 5 spec.