1. CSS clip-path property (for HTML)

    Method of defining the visible region of an HTML element using SVG or a shape definition.

  2. CSS Motion Path

    Allows elements to be animated along SVG paths or shapes via the `offset-path` property. Originally defined as the `motion-path` property.

  3. document.evaluate & XPath

    Allow nodes in an XML/HTML document to be traversed using XPath expressions.

  4. Path2D

    Allows path objects to be declared on 2D canvas surfaces

  5. directory api: path

  6. htmlanchorelement api: pathname

  7. htmlareaelement api: pathname

  8. location api: pathname

  9. mathmlanchorelement api: pathname

  10. path2d api

  11. path2d api: arc

  12. path2d api: arcto

  13. path2d api: beziercurveto

  14. path2d api: ellipse

  15. path2d api: lineto

  16. path2d api: moveto

  17. path2d api: `path2d()` constructor

  18. path2d api: quadraticcurveto

  19. path2d api: rect

  20. path2d api: roundrect

  21. svgaelement api: pathname

  22. svggeometryelement api: pathlength

  23. urlpattern api: pathname

  24. url api: pathname

  25. url api: pathname: percent-encodes trailing space in opaque path with query or fragment

  26. workerlocation api: pathname

  27. css property: clip-path: `<basic-shape>`

  28. css property: clip-path: border-box

  29. css property: clip-path: content-box

  30. css property: clip-path: fill-box

  31. css property: clip-path: on html elements

  32. css property: clip-path: is animatable

  33. css property: clip-path: margin-box

  34. css property: clip-path: padding-box

  35. css property: clip-path: `path()`

  36. css property: clip-path: stroke-box

  37. css property: clip-path: on svg elements

  38. css property: clip-path: view-box

  39. css property: path-length

  40. css property: path-length: none

  41. svg element: animatemotion: path

  42. svg element: path

  43. svg element: path: d

  44. svg element: path: d: `d` as css property supports `path()`

  45. svg element: path: fill

  46. svg element: path: fill: `context-fill` value

  47. svg element: path: systemlanguage