Re: <video> and <audio> (was RE: Implementor feedback on new elements in HTML5)

It's an interesting idea.

When I was analysing text tracks, I also came up with the idea of a
grouping element that needs to group alternatives together and
separate them from "additionals",  see
https://wiki.mozilla.org/Accessibility/HTML5_captions_v2 .

I'd be curious what people think about these structuring elements.

Regards,
Silvia.

On Fri, Nov 13, 2009 at 5:10 PM, Peter Jäderlund
<peter.jaderlund@infocaption.com> wrote:
> Dear Sir,
>
>
>
> I think that the media feature that was previously suggested I an excellent
> feature, something like this:
>
>
>
> <video width="800" height="600">
>
>   <media target="mobile">
>
>      <source src="myVideo640x480_384bps.mpg" width="640" height="480" />
>
>      <source src="myVideo640x480_384bps.ogv" width="640" height="480" />
>
>      <source src="myVideo640x480_384bps.m4v" width="640" height="480" />
>
>   </media>
>
>   <media target="web">
>
>      <source src="myVideo800x600_2048bps.wmv" />
>
>      <source src="myVideo800x600_2048bps.mpg" />
>
>      <source src="myVideo800x768_2048bps.ogv" />
>
>   </media>
>
> </video>
>
>
>
> With the possibility to override the default width and height depending on
> the target.
>
>
>
> Regarding:
>
> http://lists.w3.org/Archives/Public/public-html/2009Sep/0332.html
>
>
>
>
>
> Maybe something like this is already in progress J
>
>
>
> Kind Regards,
>
>
>
>                   Peter Jäderlund
>
>  Office/mobile: +46 8 41 00 08 03
>             SMS: +46 734 22 45 45
>   peter.jaderlund@infocaption.com
>
>
>
>                    InfoCaption AB
>
>                 Åsögatan 140, 1tr
>
>       SE-116 24 Stockholm, SWEDEN
>             Phone: +46 8 27 15 45
>               Fax: +46 8 27 15 49
>        http://www.infocaption.com
>
>            http://www.smartass.se
>
>

Received on Friday, 13 November 2009 11:39:17 UTC