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-colorlinelistmarginmarkermaskmask-clipmask-compositemask-imagemask-modemask-originmask-positionmask-repeatmask-sizemask-typemathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

The CSS Propertie mask-clip

המאפיין mask-clip קובע את האזור שאליו המסכה משפיעה — תיבת border, תיבת padding, תיבת תוכן, או תיבות מיוחדות של SVG. הערך no-clip מבטל לחלוטין את ה-clipping.
.content-only { mask-clip: content-box; } .free-mask { mask-image: url("shape.svg"); mask-clip: no-clip; }
border-boxהמסכה חלה עד גבול ה-border של האלמנט (ערך ברירת המחדל).padding-boxהמסכה חלה עד גבול ה-padding.content-boxהמסכה חלה רק על תיבת התוכן.fill-boxהמסכה חלה על תיבת ה-fill של אובייקט SVG.stroke-boxהמסכה חלה על תיבת ה-stroke של אובייקט SVG.view-boxהמסכה חלה על תיבת ה-viewBox של ה-SVG.no-clipללא clipping — המסכה לא נחתכת לתחומי תיבת האלמנט. CSS Masking Module Level 1 Editor's Draft W3CMDN
images Show all code ערוך CSS און-ליין התוסף שזוכר עבורך מאות פריטי CSS כל פרופרטי CSS — בהדגמה חיה מקור הייחוס הדו-לשוני ל-CSS
הגדרהדוגמאותתחבירמודולמפרטמקורות מידעהדגמה חזותית