Adds support for CSS media queries to <source> elements used with <video> elements. Allowing developers to use media query syntax to tell the browser which source should be preferred for a given environment.
Chromium used to support this feature, but it was deprecated and removed in https://bugs.chromium.org/p/chromium/issues/detail?id=338197 -- foolip@ now believes this removal was incorrect.
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
None
Shipping on desktop | 120 |
Shipping on Android | 120 |
Shipping on WebView | 120 |
Open questions about a feature may be a source of future web compat or interop issues. Please list open issues (e.g. links to known github issues in the project for the feature specification) whose resolution may introduce web compat/interop risk (e.g., changing to naming or structure of the API in a non-backward-compatible way).
NoneSummary
Adds support for CSS media queries to <source> elements used with <video> elements. Allowing developers to use media query syntax to tell the browser which source should be preferred for a given environment.
Blink component
Blink>Media>VideoTAG review
None
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPUDrwcJ42qj-ddQQcRi8f-YmfmzbkU-VStxdeM%2By_8u3%3Dh9-Q%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAL5BFfUftmz%3DW0a669TettTi%2BJbpYnrydgMsNYLhaeALa_CUuA%40mail.gmail.com.
LGTM1Thanks for correcting this historical mistake!On Thu, Oct 5, 2023, 21:11 Dale Curtis <dalec...@chromium.org> wrote:We could almost use MDN as the explainer, other than my comment below.MDN still says the media on<source> is only allowed with a <picture> parent. Could y'all file an issue to get that fixed?