Changeset - adb051f42f54
[Not reviewed]
0 2 0
Bradley M. Kuhn - 23 months ago 2022-05-12 22:59:53
bkuhn@sfconservancy.org
Add track tag for subtitles; make source tag HTML5 closed.
2 files changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -49,3 +49,4 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
 
<p><video style="width: 95%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
 
<source src="/videos/sfc-introduction_1080p.mp4">
 
<source src="/videos/sfc-introduction_1080p.mp4" />
 
<track src="/videos/sfc-introduction_1080p..vtt" kind="subtitles" srclang="en" label="English" />
 
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg" alt="Software Freedom Conservancy introduction video"></a><br/>
www/conservancy/templates/supporter/index.html
Show inline comments
...
 
@@ -55,3 +55,4 @@
 
<video style="width: 50%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
 
<source src="/videos/sfc-introduction_1080p.mp4">
 
<source src="/videos/sfc-introduction_1080p.mp4" />
 
<track src="/videos/sfc-introduction_1080p..vtt" kind="subtitles" srclang="en" label="English" />
 
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg"
0 comments (0 inline, 0 general)