- From: Michael[tm] Smith <mike@w3.org>
- Date: Sun, 30 Oct 2011 22:53:48 +0900
- To: jonathan chetwynd <j.chetwynd@btconnect.com>
- Cc: www-validator@w3.org
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