[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] RE: Highly Declarative Designs
- From: "Costello, Roger L." <costello@mitre.org>
- To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
- Date: Tue, 8 Feb 2011 08:30:53 -0500
Hi David,
> Are you sure?
That is what the book [1] says (I was quoting from the book). Jeremy Keith is a pretty sharp fellow, so I assume it is correct.
/Roger
[1] The example comes from the book, "HTML5 for Web Designers" by Jeremy Keith.
-----Original Message-----
From: David Carlisle [mailto:davidc@nag.co.uk]
Sent: Tuesday, February 08, 2011 8:27 AM
To: Costello, Roger L.
Cc: xml-dev@lists.xml.org
Subject: Re: [xml-dev] RE: Highly Declarative Designs
On 08/02/2011 13:01, Costello, Roger L. wrote:
> <audio>
> <source src="witchitalineman.ogg">
> <source src="witchitalineman.mp3">
> </audio>
>
> A browser that can play back Ogg Vorbis files will look no further
> than the first<source> element. A browser that can play MP3 files
> but not Ogg Vorbis files will skip over the first<source> element
> and play the file in the second<source> element.
Are you sure?
I don't see anything in here:
http://www.whatwg.org/specs/web-apps/current-work/#concept-media-load-algorithm
to suggest that the browser will use the file extension in this case,
rather than fetching the specified resouce and determining its file type
by inspecting its content.
David
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]