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 dominant-baseline

The dominant-baseline property determines the dominant baseline of a box — which baseline type is used to align content and inline-level children in the block axis. Most relevant for SVG and mixed-script text (CJK, alphabetic, math). text { dominant-baseline: middle; } .math-text { dominant-baseline: mathematical; writing-mode: horizontal-tb; } autoEquivalent to alphabetic in horizontal writing modes and vertical sideways modes; equivalent to central in vertical mixed/upright modes (default).text-bottomUses the text-under baselines (bottom of the text box).alphabeticUses the alphabetic baseline — standard for Latin, Cyrillic, Greek scripts.ideographicUses the ideographic-under baselines — for CJK scripts.middleUses the x-middle baselines; under upright text-orientation uses central.centralUses the central baselines.mathematicalUses the math baselines.hangingUses the hanging baselines.text-topUses the text-over baselines (top of the text box). CSS Inline Layout Module Level 3 Editor's Draft W3CMDN alphabetic 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