Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic descriptions track support #3098

Closed

Commits on Mar 8, 2016

  1. Basic support for descriptions text tracks.

    Descriptions tracks are enabled by their own Control Bar menu button, and shown like other text tracks.
    Display of a text track is marked as 'aria-live', so it will be read by a screen reader when it changes.
    A descriptions track cannot be displayed at the same time as a Subtitles or Captions track; if either of
    those tracks is enabled, then the Descriptions track is disabled, and the menu button is also disabled.
    OwenEdwards committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    0988a05 View commit details
    Browse the repository at this point in the history
  2. Add example of descriptions, chapters and captions text track playbac…

    …k in the sandbox as descriptions.html.example.
    
    Track examples are in docs/examples/elephantsdream.
    Descriptions text track from @silviapfeiffer,
    Captions from https://github.com/walsh9/videojs-transcript/tree/master/captions (converted from SRT to WebVTT)
    Chapters text track created by @OwenEdwards.
    OwenEdwards committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    d98d20e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5c79f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2016

  1. Add unit tests for menu activation, and for the Description Menu Butt…

    …on being disabled when captions are showing.
    OwenEdwards committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    6136f49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd35e2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b11a8f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Configuration menu
    Copy the full SHA
    71e3be0 View commit details
    Browse the repository at this point in the history