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 user-select

The user-select property controls whether and how the user can select text within the element. Useful for buttons (none), atomic typography (all), or for keeping selection bounded (contain). button { user-select: none; } .copy-token { user-select: all; font-family: monospace; } autoDefault. On ::before/::after acts as none; on editable elements as contain; otherwise inherits or text.textElement imposes no constraint on selection — normal text behavior.noneSelection cannot start within the element; any attempt ends at its boundary. Descendants may override locally.containSelections started here cannot extend outside; external selections cannot end inside.allContent is selected atomically — a partial selection expands to the whole element and descendants. Useful for share codes and addresses. CSS Basic User Interface Module Level 4 Editor's Draft W3CMDN CSS css aBcDeF 123 CSS css aBcDeF 123 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