- From: <bugzilla@jessica.w3.org>
- Date: Tue, 19 Mar 2013 14:58:19 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21336
Bug ID: 21336
Summary: MSE apps need a way to do resource selection
Classification: Unclassified
Product: HTML WG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Media Source Extensions
Assignee: adrianba@microsoft.com
Reporter: watsonm@netflix.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-media@w3.org
The HTML Media Element resource selection algorithm provides a way to select
between multiple resources specified using the <source> element according to
two criteria
- whether the 'type' attribute is supported by the media element
- whether the 'media' attribute 'matches the current environment'
The 'media' attribute is a media query and can be used, for example, to specify
different resources for different screen sizes.
MSE apps need a way to do the same kind of resource selection, but currently we
only have a way to check type support using 'isTypeSupported'.
We need a way to check whether a media query 'matches the current environment'.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 19 March 2013 14:58:20 UTC