1. CSS Backdrop Filter

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

  2. Crisp edges/pixelated images

    Scales images with an algorithm that preserves edges and contrast, without smoothing colors or introducing blur. This is intended for images such as pixel art. Official values that accomplish this for the `image-rendering` property are `crisp-edges` and `pixelated`.

  3. CSS filter() function

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

  4. 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.

  5. CSS zoom

    Non-standard method of scaling content.

  6. CSS3 2D Transforms

    Method of transforming an element including rotating, scaling, etc. Includes support for `transform` as well as `transform-origin` properties.

  7. CSS3 3D Transforms

    Method of transforming an element in the third dimension using the `transform` property. Includes support for the `perspective` property to set the perspective in z-space and the `backface-visibility` property to toggle display of the reverse side of a 3D-transformed element.

  8. canvasrenderingcontext2d api: scale

  9. cssscale api

  10. cssscale api: `cssscale()` constructor

  11. cssscale api: x

  12. cssscale api: y

  13. cssscale api: z

  14. dommatrixreadonly api: `scale()`

  15. dommatrixreadonly api: `scale3d()`

  16. dommatrixreadonly api: `scalenonuniform()`

  17. dommatrix api: `scale3dself()`

  18. dommatrix api: `scaleself()`

  19. gestureevent api: scale

  20. offscreencanvasrenderingcontext2d api: scale

  21. paintrenderingcontext2d api: scale

  22. rtcrtpsender api: `setparameters()`: `parameters.encodings` parameter: `parameters.encodings.scaleresolutiondownby` parameter

  23. svgfediffuselightingelement api: surfacescale

  24. svgfedisplacementmapelement api: scale

  25. svgfespecularlightingelement api: surfacescale

  26. svgsvgelement api: currentscale

  27. svgtransform api: setscale

  28. visualviewport api: scale

  29. xrview api: recommendedviewportscale

  30. xrview api: requestviewportscale

  31. xrwebglbinding api: nativeprojectionscalefactor

  32. xrwebgllayer api: `getnativeframebufferscalefactor()` static method

  33. css property: object-fit: scale-down

  34. css property: scale

  35. css property: scale: none

  36. types: filter-function: `grayscale()`

  37. types: `<transform-function>`: `scale()`

  38. types: `<transform-function>`: `scale3d()`

  39. types: `<transform-function>`: `scalex()`

  40. types: `<transform-function>`: `scaley()`

  41. types: `<transform-function>`: `scalez()`

  42. svg element: fediffuselighting: surfacescale

  43. svg element: fedisplacementmap: scale

  44. svg element: fespecularlighting: surfacescale