Re: CP, ISSUE-30: Link longdesc to role of img [Was: hypothetical question on longdesc]

I don't have formal proposals; but I don't see any problem with 

* a formalized short name (omigod alt text), but it shouldn't be an attribute value (in case it needs attributes, and anyway, we should never present attribute values, presented text should be part of the stuff that's marked up)
* where the long description is
* where the transcript is

I would explore in the direction of elements under audio/video and parallel to track:

(sketching furiously here)

<video…>
  <track…>
  <link rel="longdesc" href="…" />
  <link rel="transcript" href="…" />
  <div rel="alt" lang="cn-US">alternative text</div>
</video>

Similarly the tracks could indicate timed accessibility alternatives via their "kind" label.

And these are all useful for all users; a programmatic way to find the transcript, description, and short text benefit all boats.

David Singer
Multimedia and Software Standards, Apple Inc.

Received on Wednesday, 21 March 2012 23:49:00 UTC