mask-border-mode
Thuộc tính mask-border-mode trong CSS xác định chế độ pha trộn được sử dụng trong mặt nạ viền.
Cú pháp
css
/* Giá trị từ khóa */
mask-border-mode: luminance;
mask-border-mode: alpha;
/* Giá trị toàn cục */
mask-border-mode: inherit;
mask-border-mode: initial;
mask-border-mode: revert;
mask-border-mode: revert-layer;
mask-border-mode: unset;
Giá trị
Định nghĩa hình thức
| Initial value | alpha |
|---|---|
| Applies to | all elements; In SVG, it applies to container elements excluding the <defs> element and all graphics elements |
| Inherited | no |
| Computed value | as specified |
| Animation type | discrete |
Cú pháp hình thức
mask-border-mode =
luminance |
alpha
Đặc tả kỹ thuật
| Specification |
|---|
| CSS Masking Module Level 1> # the-mask-border-mode> |
Tương thích trình duyệt
Hiện tại, chưa có trình duyệt nào hỗ trợ tính năng này.