styleditor.net styleditor.net styleditor.net styleditor.net English 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-adjustquotesrreadingreading-flowreading-orderresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

מאפיין reading-flow

מאפיין reading-flow קובע את הסדר שבו אלמנטים נקראים על-ידי screen readers או מנווטים בניווט סדרתי (Tab) — לא בהכרח הסדר של ה-DOM. שימושי במיוחד ב-grid/flex שבהם הסדר הוויזואלי שונה מהסדר ה-DOM.
.grid { reading-flow: grid-rows; } .dashboard { display: grid; grid-auto-flow: dense; reading-flow: source-order; }
normalסדר ה-DOM (ברירת המחדל).source-orderיוצר reading flow container ומאפשר שימוש ב-reading-order על הצאצאים. אחרת — לפי DOM.flex-visualב-flex container: לפי הסדר הוויזואלי (אחרי flex-direction/row-reverse).flex-flowב-flex container: לפי flex-flow — שורה אחר שורה.grid-rowsב-grid container: לפי שורות (אחת אחרי השנייה).grid-columnsב-grid container: לפי עמודות.grid-orderב-grid container: לפי המאפיין order של הפריטים. CSS Display Module Level 4 Editor's Draft W3CMDN
Show all code ערוך CSS און-ליין התוסף שזוכר עבורך מאות פריטי CSS כל פרופרטי CSS — בהדגמה חיה מקור הייחוס הדו-לשוני ל-CSS
הגדרהדוגמאותתחבירמודולמפרטמקורות מידעהדגמה חזותית