1. CSS Backdrop Filter

    Method of applying filter effects (like blur, grayscale or hue) to content/elements below the target element.

  2. CSS filter() function

    This function filters a CSS input image with a set of filter functions (like blur, grayscale or hue)

  3. CSS Filter Effects

    Method of applying filter effects using the `filter` property to elements, matching filters available in SVG. Filter functions include blur, brightness, contrast, drop-shadow, grayscale, hue-rotate, invert, opacity, sepia and saturate.

  4. selector list argument of :nth-child and :nth-last-child CSS pseudo-classes

    The newest versions of `:nth-child()` and `:nth-last-child()` accept an optional `of S` clause which filters the children to only those which match the selector list `S`. For example, `:nth-child(1 of .foo)` selects the first child among the children that have the `foo` class (ignoring any non-`foo` children which precede that child). Similar to `:nth-of-type`, but for arbitrary selectors instead of only type selectors.

  5. CSS touch-action property

    touch-action is a CSS property that controls filtering of gesture events, providing developers with a declarative mechanism to selectively disable touch scrolling (in one or both axes) or double-tap-zooming.

  6. SVG effects for HTML

    Method of using SVG transforms, filters, etc on HTML elements using either CSS or the foreignObject element

  7. css property: backdrop-filter: none

  8. css property: color-interpolation-filters

  9. css property: color-interpolation-filters: auto

  10. css property: color-interpolation-filters: linearrgb

  11. css property: color-interpolation-filters: srgb

  12. css property: filter

  13. css property: filter: blur

  14. css property: filter: brightness

  15. css property: filter: contrast

  16. css property: filter: drop-shadow

  17. css property: filter: grayscale

  18. css property: filter: hue-rotate

  19. css property: filter: invert

  20. css property: filter: none

  21. css property: filter: opacity

  22. css property: filter: saturate

  23. css property: filter: sepia

  24. css property: filter: on svg elements

  25. types: `<filter-function>`

  26. types: `<filter-function>`: `blur()`

  27. types: `<filter-function>`: `brightness()`

  28. types: `<filter-function>`: `contrast()`

  29. types: `<filter-function>`: `drop-shadow()`

  30. types: `<filter-function>`: `grayscale()`

  31. types: `<filter-function>`: `hue-rotate()`

  32. types: `<filter-function>`: `invert()`

  33. types: `<filter-function>`: `opacity()`

  34. types: `<filter-function>`: `saturate()`

  35. types: `<filter-function>`: `sepia()`

  36. types: `<image>`: `filter()`

  37. background-filter