Re: <audio> providing multiple alternate media resources using <source src= broken in validator

jonathan chetwynd <j.chetwynd@btconnect.com>, 2011-09-18 18:38 +0100:

> see attached file,
> 
> according to the specs** and current usage the code in the attached
> reduced testcase is the appropriate way to enable a variety of browsers
> using different sound formats.
> 
> however this trestcase raises errors with the current validator.
> 
> <!DOCTYPE HTML>
> <html>
> <body>
> 
> <audio controls="controls">
>   <source src="song.ogg" type="audio/ogg" />
>   <source src="song.mp3" type="audio/mpeg" />
> Your browser does not support the audio element.
> </audio>
> 
> </body>
> </html>

That bug was due to a flub I made a while back. I've fixed it now, and
pushed the change to the validator.

  --Mike

-- 
Michael[tm] Smith
http://people.w3.org/mike/+

Received on Sunday, 30 October 2011 13:53:58 UTC