1. Dynamic Adaptive Streaming over HTTP (MPEG-DASH)

    HTTP-based media streaming communications protocol, an alternative to HTTP Live Streaming (HLS).

  2. SVG (basic support)

    Method of displaying basic Vector Graphics features using the embed or object elements. Refers to the SVG 1.1 spec.

  3. text-decoration styling

    Method of defining the type, style and color of lines in the text-decoration property. These can be defined as shorthand (e.g. `text-decoration: line-through dashed blue`) or as single properties (e.g. `text-decoration-color: blue`)

  4. canvasrenderingcontext2d api: getlinedash

  5. canvasrenderingcontext2d api: linedashoffset

  6. canvasrenderingcontext2d api: setlinedash

  7. offscreencanvasrenderingcontext2d api: getlinedash

  8. offscreencanvasrenderingcontext2d api: linedashoffset

  9. offscreencanvasrenderingcontext2d api: setlinedash

  10. paintrenderingcontext2d api: getlinedash

  11. paintrenderingcontext2d api: linedashoffset

  12. paintrenderingcontext2d api: setlinedash

  13. css property: border-style: dashed

  14. css property: outline-style: dashed

  15. css property: stroke-dasharray

  16. css property: stroke-dasharray: none

  17. css property: stroke-dashoffset