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

    Method of scaling content while also affecting layout.

  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. gpudevice api: createrenderpipelineasync: validates that `depthbias`, `depthbiasslopescale`, and `depthbiasclamp` must be `0` for line and point topologies.

  21. gpudevice api: createrenderpipeline: validates that `depthbias`, `depthbiasslopescale`, and `depthbiasclamp` must be `0` for line and point topologies.

  22. offscreencanvasrenderingcontext2d api: scale

  23. paintrenderingcontext2d api: scale

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

  25. svgfediffuselightingelement api: surfacescale

  26. svgfedisplacementmapelement api: scale

  27. svgfespecularlightingelement api: surfacescale

  28. svgsvgelement api: currentscale

  29. svgtransform api: setscale

  30. visualviewport api: scale

  31. xrview api: recommendedviewportscale

  32. xrview api: requestviewportscale

  33. xrwebglbinding api: nativeprojectionscalefactor

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

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

  36. css property: scale

  37. css property: scale: none

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

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

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

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

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

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

  44. svg element: fediffuselighting: surfacescale

  45. svg element: fedisplacementmap: scale

  46. svg element: fespecularlighting: surfacescale