OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: The semantics of mediaobject


> In other words, I want a license to cheat and say that I can render that
> example above in HTML5 as a video element containing three sources, two
> videos and an image. What say you?

Thank you, everyone, but the whole thing is predicated on a
misunderstanding. I was sure that HTML5 allowed

  <video>
    <source src="video.webm"/>
    <source src="video.mp4"/>
    <source src="image.png"/>
  </video>

But it does not. You can only put video sources in a video tag, no
images. What you often see, and I must have been remembering, is:

  <video>
    <source src="video.webm"/>
    <source src="video.mp4"/>
    <img src="image.png"/>
  </video>

But that only works in browsers that donât understand the video tag *at
all*.

                                        Be seeing you,
                                          norm

--
Norm Tovey-Walsh <ndw@nwalsh.com>
https://norm.tovey-walsh.com/

> However it happens, the end of the world will be a parochial little
> affair, unnoticed in the universe at large.--Richard Dawkins

Attachment: signature.asc
Description: PGP signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]