[Bug 10642] No alternative text description for video key frame (poster)

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

Kroc Camen <kroccamen@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kroccamen@gmail.com

--- Comment #17 from Kroc Camen <kroccamen@gmail.com> 2010-09-30 14:58:30 UTC ---
Since `poster` might not be provided and the first frame may be displayed, or a
poster frame provided by the video container (like M4A), the alternate text for
a poster should not be tied to a poster attribute/tag itself. This implies that
alt text is only applicable if the poster attribute is used and that isn’t the
only case.

Suggest just adding alt to <video> itself.

<video src="video.ogg" alt="Roger Bannister completing the 4 minute mile" />

-- 
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, 30 September 2010 14:58:34 UTC