Fix: Tutorials sharing code and exports a11y

pull/5613/head
izumiiii 6 years ago committed by tanhauhau
parent c2a515ddf5
commit 253bd60301

@ -22,7 +22,7 @@
on:play={stopOthers} on:play={stopOthers}
controls controls
{src} {src}
></audio> ><track kind="captions" /></audio>
</article> </article>
<style> <style>
@ -38,4 +38,4 @@
.playing { .playing {
color: #ff3e00; color: #ff3e00;
} }
</style> </style>

@ -27,7 +27,7 @@
on:play={stopOthers} on:play={stopOthers}
controls controls
{src} {src}
></audio> ><track kind="captions" /></audio>
</article> </article>
<style> <style>
@ -43,4 +43,4 @@
.playing { .playing {
color: #ff3e00; color: #ff3e00;
} }
</style> </style>

@ -35,7 +35,7 @@
on:play={stopOthers} on:play={stopOthers}
controls controls
{src} {src}
></audio> ><track kind="captions" /></audio>
</article> </article>
<style> <style>
@ -51,4 +51,4 @@
.playing { .playing {
color: #ff3e00; color: #ff3e00;
} }
</style> </style>

@ -41,7 +41,7 @@
on:play={stopOthers} on:play={stopOthers}
controls controls
{src} {src}
></audio> ><track kind="captions" /></audio>
</article> </article>
<style> <style>
@ -57,4 +57,4 @@
.playing { .playing {
color: #ff3e00; color: #ff3e00;
} }
</style> </style>

Loading…
Cancel
Save