1. CSS3 object-fit/object-position

    Method of specifying how an object (image or video) should fit inside its box. object-fit options include "contain" (fit according to aspect ratio), "fill" (stretches object to fill) and "cover" (overflows box but maintains ratio), where object-position allows the object to be repositioned like background-image does.

  2. mediadevices api: getsupportedconstraints: `aspectratio` property in returned object

  3. mediastreamtrack api: applyconstraints: `aspectratio` constraint

  4. svganimatedpreserveaspectratio api

  5. svganimatedpreserveaspectratio api: animval

  6. svganimatedpreserveaspectratio api: baseval

  7. svgfeimageelement api: preserveaspectratio

  8. svgimageelement api: preserveaspectratio

  9. svgmarkerelement api: preserveaspectratio

  10. svgpatternelement api: preserveaspectratio

  11. svgpreserveaspectratio api

  12. svgpreserveaspectratio api: align

  13. svgpreserveaspectratio api: meetorslice

  14. svgsvgelement api: preserveaspectratio

  15. svgsymbolelement api: preserveaspectratio

  16. svgviewelement api: preserveaspectratio

  17. xrcylinderlayer api: aspectratio

  18. css at-rule: `@media`: `aspect-ratio` media feature

  19. css at-rule: `@media`: `device-aspect-ratio` media feature

  20. css property: aspect-ratio

  21. css property: aspect-ratio: auto

  22. html element: img: aspect ratio computed from `width` and `height` attributes

  23. html element: video: aspect ratio computed from `width` and `height` attributes

  24. svg element: feimage: preserveaspectratio

  25. svg element: image: preserveaspectratio

  26. svg element: svg: preserveaspectratio

  27. svg element: symbol: preserveaspectratio

  28. svg element: view: preserveaspectratio