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
+		
+ +
+
standard +
+ The highest luminance color + that is displayed is the same as ' + media white, i.e. the CSS color ''white''. +
+
high +
+ The highest peak luminance + that is displayed is much greater than + media white, i.e. the CSS color ''white''; + the precise level is not specified. +
+
constrained-high +
+ The highest peak luminance + that is displayed is somewhat greater than + media white, i.e. the CSS color ''white'', + such that a mix of SDR and HDR content + can be comfortably viewed together. +
+
+ +
+
+				body { dynamic-range-limit: standard; }
+				div.photogrid img { dynamic-range-limit: constrained-high }
+			
+
Predefined color spaces for HDR: {#predefined-HDR} =====================