[csswg-drafts] [css-color-hdr] Example of dynamic-range-limit use seems to require inheritance (#11345)

jyasskin has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-hdr] Example of dynamic-range-limit use seems to require inheritance ==
https://drafts.csswg.org/css-color-hdr/#the-dynamic-range-limit-property says that `dynamic-range-limit` is not inherited, and the [explainer](https://github.com/ccameron-chromium/hdr-headroom-limit/blob/main/EXPLAINER.md) says

> A non-goal of this proposal is to provide a mechanism through which a maximum brightness of HDR content can be enforced on child elements of a given element.

but the [example](https://drafts.csswg.org/css-color-hdr/#ex-hdr-limit-photogrid) uses 

```css
body { dynamic-range-limit: standard; }
```

which seems like it would only work if the property is inherited or it applies to all colors in children.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11345 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 10 December 2024 17:30:21 UTC