mask-border-source 72q4s
The mask-border-source property is used to specify an image that is to be used as a mask border image. 3b206j
The mask border image is set to an element using the same steps used to set a border-image-repeat
properties.
The mask-border-source
property is usually set as part of the shorthand mask-border
shorthand property’s entry.
An image that is an empty image (zero width or zero height), that fails to , is non-existent, or that cannot be displayed (e.g. because it is not in a ed image format) is ignored. It still counts as an mask border image but does not mask the element.
The application of the mask-border-source
property to an element formatted with the CSS box model establishes a opacity
property does, and all the element’s descendants are rendered together as a group with the masking applied to the group as a whole.
The mask-border-source
property has no effect on the geometry or hit-testing of any element’s CSS boxes. Which means that it does not affect how the element responds to pointer events.
mask-border-source
and the mask-image
is applied to the element before or after mask-border-source
. Both operation orders result in the same rendering.
Note that the mask-border-repeat
.
Official Syntax 2f2j3w
- Syntax:
mask-border-source: none | <image>
- Initial: none
- Applies To: All elements. In SVG, it applies to container elements excluding the <defs> element and all graphics elements
- Animatable: no
Values 445h6m
- none
- No mask border image is applied.
- <image>
-
See the
image
entry for a list of possible values.
Notes 6p2z1x
A computed value of other than none
results in the creation of a opacity
property does for values other than 1.
Examples 5w70f
mask-border-image: url(border-mask.png); mask-border-image: none; mask-border-image: linear-gradient(black, transparent); /* a linear gradient is an <image> */
Live Demo 603y6q
See the mask-border
shorthand property entry for a live demo.
Browser 51c73
CSS Masks 293r6z
Method of displaying part of an element, using a selected image as a mask
W3C Candidate Recommendation
ed from the following versions:
Desktop 1qa5q
- No
- 53
- No
- No
- No
Mobile / Tablet 6x6t5m
- No
- No
- No
- No
- 60
Notes 6p2z1x
This module, as you can see in the table above, hasn’t been fully implemented in all browsers, so you’re probably not going to be able to use all features even in browsers that have implemented certain properties (for the time being).
In the meantime, you can check out this open source feature table by Alan Greenblatt on GitHub. The purpose of this table is to provide some insight into what the current state of affairs is with various browser implementations of CSS Clipping and Masking features.