styleditor.net styleditor.net styleditor.net styleditor.net עברית accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

The CSS Propertie dynamic-range-limit

The dynamic-range-limit property limits how far an element's content's peak luminance may exceed HDR reference white. Lets HDR content display at high brightness while preventing viewing discomfort when SDR and HDR content are mixed. .hdr-video { dynamic-range-limit: no-limit; } .mixed-content { dynamic-range-limit: dynamic-range-limit-mix(standard 50%, no-limit 50%); } standardBrightest color matches HDR reference white (sRGB white) — no extended brightness range.no-limitPeak luminance substantially exceeds HDR reference white; precise level unspecified (default).constrainedPeak luminance moderately exceeds reference white — comfortable for mixed SDR and HDR content. dynamic-range-limit-mix()Mixes two or more dynamic-range-limit values with percentage weights. Computed result not numerically exposed for privacy. CSS Color HDR Module Level 1 Editor's Draft W3CMDN Show all code Edit CSS online The plugin that remembers hundreds of CSS items for you Every CSS property — in a live demonstration The bilingual CSS reference
definitionexamplessyntaxmodulespecificationsourcesvisual demonstration