diff --git a/css-color-hdr/Overview.bs b/css-color-hdr/Overview.bs index 7fa06c5e337e..a054d6107944 100644 --- a/css-color-hdr/Overview.bs +++ b/css-color-hdr/Overview.bs @@ -169,7 +169,51 @@ Introducing Headroom {#introducing-headroom} to allow meaningful evaluation of the group of photos. - +The 'dynamic-range-limit' property {#the-dynamic-range-limit-property} +------------------------------- + +
+ Name: dynamic-range-limit + Value: standard | high | constrained-high + Initial: high + Applies to: all elements + Inherited: no + Percentages: n/a + Computed value: specified value + Animation type: by computed value type + Canonical order: per grammar ++ +
+ body { dynamic-range-limit: standard; } + div.photogrid img { dynamic-range-limit: constrained-high } ++