Maciej Stachowiak
Thu, 09 Jul 2009 16:10:26 -0700
On Jul 9, 2009, at 3:34 PM, Peter Kasting wrote:
On Thu, Jul 9, 2009 at 3:30 PM, Aryeh Gregor <Simetrical +...@gmail.com> wrote: On Thu, Jul 9, 2009 at 10:04 PM, David Gerard<dger...@gmail.com> wrote:> Really? I thought that was next Chrome, not this Chrome. It works in the developer version: http://dev.chromium.org/getting-involved/dev-channelFor any site author needing a UA sniffing route to determine whether a visitor's Chrome version supports <video>, just look for version 3.x or higher.
I'd recommend using feature testing or fallback instead though, if you can make that work for your site.
- Maciej