Skip to content

Commit

Permalink
Add in missing TTWG repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelmegitt committed Oct 10, 2017
1 parent 5651070 commit b050424
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,13 @@ var template = Handlebars.compile(source);
var specs = [
{name: 'TTML 1', repo: 'w3c/ttml1'},
{name: 'TTML 2', repo: 'w3c/ttml2' },
{name: 'IMSC', repo: 'w3c/imsc'}
{name: 'IMSC', repo: 'w3c/imsc'},
{name: 'IMSC Tests', repo: 'w3c/imsc-tests'},
{name: 'HDR in PNG', repo: 'w3c/png-hdr-pq'},
{name: 'WebVTT', repo: 'w3c/webvtt'},
{name: 'IMSC vNext Requirements', repo: 'w3c/imsc-vnext-reqs'},
{name: 'TTML to WebVTT mapping', repo: 'w3c/ttml-webvtt-mapping'},
{name: 'TTML Profile Registry', repo: 'w3c/tt-profile-registry'}
]

specs.forEach(function(spec){
Expand Down

0 comments on commit b050424

Please sign in to comment.