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-alignviewvisibilitywhitewhite-spacewhite-space-collapsewidowswidthwill-changewordwriting-modexyz-indexzoom

white-space-collapse CSS Property

The white-space-collapse property controls how whitespace characters collapse. A longhand of white-space (along with text-wrap-mode). collapse: collapses spaces; preserve: keeps like <pre>; preserve-breaks: keeps only newlines. .code { white-space-collapse: preserve; } .chat { white-space-collapse: preserve-breaks; text-wrap-mode: wrap; } collapseThe default value. Sequences of whitespace collapse to a single space, newlines treated as space.preservePreserves all whitespace and newlines from source (like <pre>).preserve-breaksCollapses whitespace, but preserves newlines.preserve-spacesPreserves whitespace, but newlines treated as spaces.break-spacesPreserves whitespace and newlines, with trailing spaces forcing breaks.discardRemoves all whitespace characters entirely. CSS Text Module Level 4 Editor's Draft W3CMDN In the beginning God created the heavens and the earth. Now the earth was formless and empty, darkness was over the surface of the deep, and the Spirit of God was hovering over the waters. And God said, “Let there be light,” and there was light. 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