Re: [media] progress on video transcript discussion

On Wed, Jun 6, 2012 at 3:27 AM, Silvia Pfeiffer
<silviapfeiffer1@gmail.com> wrote:
> <a id="transcript" role="transcript" href="transcript.html">Transcript</a>

I think markup like this basically won't work, because in terms of
ARIA processing the @role suppresses the native semantic of linkiness
entirely. That is: ARIA does not allow this to be surfaced as a both a
landmark and a link: elements can only have one role.

You could do something like:

<p role="transcript"><a id="transcript"
href="transcript.html">Transcript</a></p>

In earlier ARIA drafts it was possible to have a landmark role *and*
another role: this is no longer the case.

See especially:

http://www.w3.org/WAI.new/PF/aria-implementation/#mapping_role

--
Benjamin Hawkes-Lewis

Received on Thursday, 7 June 2012 17:09:15 UTC