Metadata
- Source
- VP-247
- Type
- Sub-issue
- Priority
- Minor
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Colin Clark
- Reporter
- Colin Clark
- Created
2009-09-08T09:48:28.000-0400 - Updated
2013-01-28T09:25:25.869-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
- N/A
Description
At the moment, it looks like content within the <video> tag is not showing up in Firefox 2. We want to be able to gracefully degrade to a Flash or Quicktime video in cases where HTML 5 isn't available.
This should also include the removal of the pure HTML controller if <video> isn't supported.
Comments
-
Colin Clark commented
2009-09-08T21:41:27.000-0400 Fixed in r7893 by doing a feature check for the presence of the HTMLMediaElement object and bailing if it's not found.