[Bug 12228] All Media Elements should have the ability to have both short and longer textual descriptions associated to the element.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12228

Philip Jägenstedt <philipj@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philipj@opera.com

--- Comment #1 from Philip Jägenstedt <philipj@opera.com> 2011-03-03 08:51:33 UTC ---
Does the following work?

<video aria-label="A short description">

<video aria-describedby="#desc">
<p id="desc">A long description</p>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 3 March 2011 08:51:38 UTC