1. CSS Device Adaptation

    Method of overriding the size of viewport in web page using the `@viewport` rule, replacing Apple's own popular `<meta>` viewport implementation. Includes the `extend-to-zoom` width value.

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

  3. CSS zoom

    Method of scaling content while also affecting layout.

  4. CSS3 Cursors: zoom-in & zoom-out

    Support for `zoom-in`, `zoom-out` values for the CSS3 `cursor` property.

  5. ImageCapture API

    The Image Capture API provides access to the Video Camera for taking photos while configuring picture-specific settings such as e.g. zoom or auto focus metering area.

  6. capturecontroller api: decreasezoomlevel

  7. capturecontroller api: getsupportedzoomlevels

  8. capturecontroller api: increasezoomlevel

  9. capturecontroller api: resetzoomlevel

  10. capturecontroller api: zoomlevel

  11. capturecontroller api: `zoomlevelchange` event

  12. element api: currentcsszoom

  13. wheelevent api: pinch-to-zoom maps to `wheelevent` + `ctrl` key.

  14. css property: -webkit-text-zoom

  15. css property: cursor: zoom-in

  16. css property: cursor: zoom-out

  17. css property: touch-action: pinch-zoom

  18. css property: zoom: the `reset` value

  19. svg element: svg: zoomandpan

  20. svg element: view: zoomandpan