Open
Description
(Originally brought up in #11558)
As a naive web author, I would like to do something like:
- Show a carousel of images in
dynamic-range-limit: constrained
HDR, - except for one currently-selected child image that can "punch through" as
high
/no-limit
; - And on the side I'd like to show an iframe with ads, but force it down to
standard
, and prevent it from ever going any higher.
Could there be a permission policy that can be applied to iframes, e.g.: allow="extended-dynamic-range"
, allow="constrained-extended-dynamic-range"
? (Or something more flexible with options that match current/future dynamic-range-limit
values.)
Other ideas?