Re: <video> attributes and children

On Mar 6, 2010, at 7:56 PM, David Singer wrote:

>
> On Mar 6, 2010, at 15:38 , Maciej Stachowiak wrote:
>
>>
>> On Mar 5, 2010, at 10:00 PM, Joe D Williams wrote:
>>
>>> questions for <video>
>>>
>>> 1. Why does <video> not include @type and @media?
>>> If <source> uses/needs them, then why not <video> if only @src?
>>> If no <source> then @type and @media would not be present.
>>
>> @type and @media are used to select from among multiple sources.  
>> It's not allowed to combine @src and <source>. So <video src> has  
>> only one possible source, and therefore there's no need for  
>> information that would be used to choose a source in that case.
>
> (devil's advocate here)...they could still be used to warn me  
> whether I can/should play the media (e.g. the media attribute might  
> warn me it's unsuitable for people susceptible to flashing...)

If that is the author's intent, he or she can use  <video> element  
with a single <source> child. In principle we could add <video src> as  
a second way to do it. Is this use case common enough for that to be a  
worthwhile exercie?

Regards,
Maciej

Received on Sunday, 7 March 2010 06:10:43 UTC