| filter | blur(), brightness(), contrast(), drop-shadow(), grayscale(), hue-rotate(), invert(), opacity(), saturate(), sepia() |
| mix-blend-mode | normal, multiply, screen, overlay, darken, lighten, color-dodge, color-burn, difference, exclusion, hue, saturation, color, luminosity |
| background-blend-mode | same values as mix-blend-mode |
| clip-path | circle(), ellipse(), inset(), polygon(), path(), url() |
| mask | url(), none |
| mask-image | url(), linear-gradient(), radial-gradient(), none |
| mask-mode | alpha, luminance, match-source |
| mask-repeat | repeat, no-repeat, space, round |
| mask-position | top, bottom, left, right, center, x/y values |
| mask-size | auto, contain, cover, length values |
| mask-origin | border-box, padding-box, content-box |
| mask-clip | border-box, padding-box, content-box |
| mask-composite | add, subtract, intersect, exclude |
| mask-type | alpha, luminance |
| backdrop-filter | same values as filter() |
| object-fit | fill, contain, cover, none, scale-down |
| object-position | top, bottom, left, right, center, x/y values |
| shape-outside | circle(), ellipse(), inset(), polygon(), url() |