Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions techniques/html/H95.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,27 @@ <h2>Related Techniques</h2>
<h2>Resources</h2>
<ul>
<li>
<a href="https://html.spec.whatwg.org/multipage/media.html#the-track-element">HTML - the <code class="language-html">track</code> element</a>
<a href="https://html.spec.whatwg.org/multipage/media.html#the-track-element">HTML <code class="language-html">track</code> element</a>
</li>
<li>
<a href="https://www.w3.org/TR/ttaf1-dfxp/">Timed Text Markup Language</a>
<a href="https://www.w3.org/TR/ttml/all/">Timed Text Markup Language</a>
</li>
<li>
<a href="https://www.w3.org/TR/webvtt/">WebVTT: The Web Video Text Tracks Format</a>
<a href="https://www.w3.org/TR/ttml-imsc/all/">IMSC Profiles</a>. TTML Profiles for Internet Media Subtitles and Captions.
</li>
<li>
<a href="https://captionatorjs.com/">Captionator Polyfill</a>
<a href="https://github.com/sandflow/imscJS/">imscJS library</a>. imscJS is a JavaScript library for rendering IMSC 1.0.1 and IMSC 1.1 documents to HTML5.
</li>
<li>
<a href="https://developer.mozilla.org/en-US/docs/Related/IMSC">IMSC: subtitles and captioning for the Web</a>. IMSC documentation on Mozilla Developer Network.
</li>
<li>
<a href="https://github.com/w3c/webvtt">WebVTT: The Web Video Text Tracks Format</a>
</li>
<li>
<a href="http://captionatorjs.com/">Captionator Polyfill</a>
</li>
</ul>
</section>
</body>
</html>
</html>