- From: <bugzilla@jessica.w3.org>
- Date: Wed, 26 Jun 2013 03:27:02 +0000
- To: public-texttracks@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22458
Silvia Pfeiffer <silviapfeiffer1@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #3 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> ---
You can render captions for audio resources by putting them into a <video>
element.
The controls are not regarded as a rendering area for the audio - audio is only
rendered to the audio device. An <audio> element is not rendered visually
unless it has controls, so there is no place to render subtitles into - in
particular if you are creating your own controls.
Using the <video> element works perfectly fine. You can control the size of the
rendering area through CSS.
Also, I don't see why sites should disallow the use of <video> when they want
to render captions on audio resources.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Wednesday, 26 June 2013 03:27:03 UTC