Skip to content

Commit 6ee72a7

Browse files
detlevhfischerpatrickhlaukekfranqueirombgower
authored
Update H95.html (#2150)
Adressing suggestions for updated links in #2079 Preview of[ amended Technique H95](https://raw.githack.com/w3c/wcag/cd6d94d7be2837be6a025650343acc652d02caf6/techniques/html/H95.html) Closes #2079 --------- Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk> Co-authored-by: Kenneth G. Franqueiro <kfranqueiro@users.noreply.github.com> Co-authored-by: Mike Gower <mikegower@gmail.com>
1 parent 3e93786 commit 6ee72a7

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

techniques/html/H95.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,27 @@ <h2>Related Techniques</h2>
7373
<h2>Resources</h2>
7474
<ul>
7575
<li>
76-
<a href="https://html.spec.whatwg.org/multipage/media.html#the-track-element">HTML - the <code class="language-html">track</code> element</a>
76+
<a href="https://html.spec.whatwg.org/multipage/media.html#the-track-element">HTML <code class="language-html">track</code> element</a>
7777
</li>
7878
<li>
79-
<a href="https://www.w3.org/TR/ttaf1-dfxp/">Timed Text Markup Language</a>
79+
<a href="https://www.w3.org/TR/ttml/all/">Timed Text Markup Language</a>
8080
</li>
8181
<li>
82-
<a href="https://www.w3.org/TR/webvtt/">WebVTT: The Web Video Text Tracks Format</a>
82+
<a href="https://www.w3.org/TR/ttml-imsc/all/">IMSC Profiles</a>. TTML Profiles for Internet Media Subtitles and Captions.
8383
</li>
8484
<li>
85-
<a href="https://captionatorjs.com/">Captionator Polyfill</a>
85+
<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.
86+
</li>
87+
<li>
88+
<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.
89+
</li>
90+
<li>
91+
<a href="https://github.com/w3c/webvtt">WebVTT: The Web Video Text Tracks Format</a>
92+
</li>
93+
<li>
94+
<a href="http://captionatorjs.com/">Captionator Polyfill</a>
8695
</li>
8796
</ul>
8897
</section>
8998
</body>
90-
</html>
99+
</html>

0 commit comments

Comments
 (0)