Which browsers support the html 5 <audio> tag on Windows today?
Edit: Trying http://moztw.org/demo/audioplayer/ as a test. Chrome 2, and Safari 4 not working for me.
|
1
|
Which browsers support the html 5 Edit: Trying http://moztw.org/demo/audioplayer/ as a test. Chrome 2, and Safari 4 not working for me.
|
||||||||||||
|
|
|
opera 10 and ff 3.5 , don't know about safari |
||
|
|
|
|
I'm sure of Safari 4, Firefox 3.5 from RC1 and maybe Chrome 2. |
||
|
|
|
|
As far as i know it is supported either partially or fully in the gecko, webkit and presto engines. So any browser which uses an up to date version of those engines should support it. |
||
|
|
|
|
Here is a wikipedia article comparing each browser's HTML5 support: http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML_5) |
||
|
|
|
Gecko, Webkit and Presto engines are suppose to support it, but I think only partly. So Firefox 3.5 and Opera are your best bet. |
||
|
|
|
|
The page (moztw.org/demo/audioplayer) works OK in Chrome 3 (dev channel) |
||
|
|
|
|
Safari 3.1+ and Firefox 3.5 both support the audio element. Opera 10 does not support the audio element though it does support an older version of it in the form of an Audio object. Chrome 3 will likely support the audio element. (Just saw you wanted to know support for that specific page. That mostly depends on the codecs you are using I'm afraid.) (Disclaimer: I work for Opera and am a member of the HTML WG.) |
||||||
|
|
|
if this evaluates to true:
, then you have audio tag support in your browser. Doing a feature detect like this is a lot better than parsing userAgent strings. Alternatively, you can use something like Modernizr to handle this detect and many others for you. |
||
|
|