Re: LONGDESC files
Harlan Messinger wrote:[color=blue]
>[color=green][color=darkred]
>>> I'm referring to "Photo of a bull in the water canoeing" and
>>> "MIT/LCSINRIAKeioDAR PACEC".[/color][/color]
>
> User agents are supposed to use tags to provide users with the cues
> they need to understand the content of the page. How would one rate
> a browser that reads a properly constructed HTML list with no cues
> indicating that all the items constitute a list rather than one
> drawn-out sentence?[/color]
As a deficient browser. A ua should indicate to the user that it is a
list. UL means, semantically, here is an unordered list. But IMG
does not, by itself, convey semantic meaning. The content of the
image does that. How can a ua determine the meaning of the content of
a jpeg image by itself? It cannot, of course. It is left to the
author, who is in the best position to provide the meaning for
situations where images are not rendered.
[color=blue]
> How would one rate a visual browser, whether graphical or
> text-based, that deleted all the punctuation and capitalization[/color]
Silly argument. How does deleting content (punctuation) relate to alt
text?
[color=blue]
> and ran paragraphs together?[/color]
That would be a failure to provide visual clues to the semantic
meaning of a paragraph. <P> conveys semantic meaning. <IMG> does not.
[color=blue]
> The purpose is not to pretend that the image doesn't exist[/color]
If there is no inline image support, or image loading is off, then
pretending is not the issue. The image contents are irrelevant, and
the alt text is relevant.
[color=blue]
> In the case of the bull and the canoe, for example, there is
> probably nothing out of the ordinary with their juxtaposition on
> the graphically rendered page. There is nothing wrong with their
> descriptions.[/color]
I think the point is that descriptions are generally not appropriate
for alt text.
<img src="bull.jpg" alt="On a recent trip, I saw a bull in the water.">
<img src="canoeing" alt="My friend and I paddled a 15 foot wooden canoe.">
--
Brian
follow the directions in my address to email me
Harlan Messinger wrote:[color=blue]
>[color=green][color=darkred]
>>> I'm referring to "Photo of a bull in the water canoeing" and
>>> "MIT/LCSINRIAKeioDAR PACEC".[/color][/color]
>
> User agents are supposed to use tags to provide users with the cues
> they need to understand the content of the page. How would one rate
> a browser that reads a properly constructed HTML list with no cues
> indicating that all the items constitute a list rather than one
> drawn-out sentence?[/color]
As a deficient browser. A ua should indicate to the user that it is a
list. UL means, semantically, here is an unordered list. But IMG
does not, by itself, convey semantic meaning. The content of the
image does that. How can a ua determine the meaning of the content of
a jpeg image by itself? It cannot, of course. It is left to the
author, who is in the best position to provide the meaning for
situations where images are not rendered.
[color=blue]
> How would one rate a visual browser, whether graphical or
> text-based, that deleted all the punctuation and capitalization[/color]
Silly argument. How does deleting content (punctuation) relate to alt
text?
[color=blue]
> and ran paragraphs together?[/color]
That would be a failure to provide visual clues to the semantic
meaning of a paragraph. <P> conveys semantic meaning. <IMG> does not.
[color=blue]
> The purpose is not to pretend that the image doesn't exist[/color]
If there is no inline image support, or image loading is off, then
pretending is not the issue. The image contents are irrelevant, and
the alt text is relevant.
[color=blue]
> In the case of the bull and the canoe, for example, there is
> probably nothing out of the ordinary with their juxtaposition on
> the graphically rendered page. There is nothing wrong with their
> descriptions.[/color]
I think the point is that descriptions are generally not appropriate
for alt text.
<img src="bull.jpg" alt="On a recent trip, I saw a bull in the water.">
<img src="canoeing" alt="My friend and I paddled a 15 foot wooden canoe.">
--
Brian
follow the directions in my address to email me
Comment