1. Srcset and sizes attributes

    The `srcset` and `sizes` attributes on `img` (or `source`) elements allow authors to define various image resources and "hints" that assist a user agent to determine the most appropriate image source to display (e.g. high-resolution displays, small monitors, etc).

  2. htmlimageelement api: attributionsrc

  3. htmlimageelement api: currentsrc

  4. htmlimageelement api: lowsrc

  5. htmlimageelement api: src

  6. htmlimageelement api: srcset

  7. htmllinkelement api: imagesrcset

  8. webgl2renderingcontext api: compressedtexsubimage2d: `srcdata` parameter accepts `sharedarraybuffer` type

  9. webgl2renderingcontext api: teximage3d: `srcdata` parameter accepts `sharedarraybuffer` type

  10. webgl2renderingcontext api: texsubimage3d: `srcdata` parameter accepts `sharedarraybuffer` type

  11. html element: link: imagesrcset