Last modified: 2014-09-23 19:54:38 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T43696, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 41696 - Video thumbs are not accessible to the visually impaired
Video thumbs are not accessible to the visually impaired
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
TimedMediaHandler (Other open bugs)
master
All All
: Low normal (vote)
: ---
Assigned To: Michael Dale
: accessibility
Depends on: 41695
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-02 14:43 UTC by Derk-Jan Hartman
Modified: 2014-09-23 19:54 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Derk-Jan Hartman 2012-11-02 14:43:18 UTC
There is no alt for a video. The reason is that HTML5 video says there is no real need for an alternative with the video element, if you have timed text.

But since neither the video nor the Timed Text is reachable with keyboard navigation from a thumbnail in an article, it means it's not accessible at all in our implementation.
Comment 1 Michael Dale 2012-11-02 17:38:41 UTC
We can add an alt of the video title for thumbnails.
https://gerrit.wikimedia.org/r/31409


Are there any tools within mediaWiki for setting non conflicting tabindex? ... we could then set that for our control bar and trigger various actions on various inputs. tabindex="0"
Comment 2 Derk-Jan Hartman 2012-11-02 23:25:26 UTC
Actually the latest reports actually advise against the usage of tabindex, since it breaks inline navigation of the content being read. (When tabbing using tabindex, a person will miss the context of the text that is surrounding the element).

So interactable elements should be buttons or <a> targets, or define explicit role's using WAI-ARIA / WCAG 2.0 (as jquery ui does for instance). A user making use of keyboard or assistive navigation will not be able to interact with a <div> and a title. to trigger the 'onclick' event of that div.
Comment 3 db [inactive,noenotif] 2012-11-18 13:51:15 UTC
(In reply to comment #1)
> We can add an alt of the video title for thumbnails.
> https://gerrit.wikimedia.org/r/31409
Status Merged
Comment 4 Andre Klapper 2013-05-30 15:21:21 UTC
Going to https://commons.wikimedia.org/wiki/File:River_Rak_going_underground.ogv I see 
   <img alt="File:River Rak going underground.ogv"

Not sure about the tabindex part though.
Could somebody clarify?

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links