Re: LONGDESC files
Tim <admin@sheerhel l.lan> wrote:
[color=blue]
> Using normal typing brackets (thus) is probably better than square
> brackets.[/color]
I don't think so, because alt="(...)" makes perfect sense when "..." is
a genuine replacement for an image, conveying the same message as the
image instead of just naming the image. The parentheses would just
indicate the text as, well, parenthetic.
[color=blue]
> It should stand a better chance of being read out in a
> less intrusive manner[/color]
That's the _problem_ with it. The user would not distinguish between
the renderings of
(foo bar)
and
<img src="..." alt="(foo bar)">
and would have little way of guessing what's going on.
But now that I think of it, maybe alt="photo of..." or alt="image
of..." or something like that is sufficient, and should be less
intrusive. That is, _if_ there is no alt text that could adequately
_replace_ the image, then using an alt text formulation that explicitly
uses a word like "image" or "photo" is suitable.
--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
Tim <admin@sheerhel l.lan> wrote:
[color=blue]
> Using normal typing brackets (thus) is probably better than square
> brackets.[/color]
I don't think so, because alt="(...)" makes perfect sense when "..." is
a genuine replacement for an image, conveying the same message as the
image instead of just naming the image. The parentheses would just
indicate the text as, well, parenthetic.
[color=blue]
> It should stand a better chance of being read out in a
> less intrusive manner[/color]
That's the _problem_ with it. The user would not distinguish between
the renderings of
(foo bar)
and
<img src="..." alt="(foo bar)">
and would have little way of guessing what's going on.
But now that I think of it, maybe alt="photo of..." or alt="image
of..." or something like that is sufficient, and should be less
intrusive. That is, _if_ there is no alt text that could adequately
_replace_ the image, then using an alt text formulation that explicitly
uses a word like "image" or "photo" is suitable.
--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
Comment