HTMLImageElement does not support `image-orientation`

Nearly all major browsers (Chrome, Firefox, Edge, Opera, Android Browser, KaiOS Browser, Safari) now support the image-orientation CSS property with default set to from-image, so that images with EXIF orientation data is used when rendering an image.

Adding support would be great to ensure consistent image rendering across all browsers, including Samsung Internet.

Note that while the image-orientation property itself might be removed from the specification, the automatic orientation correction based on EXIF data is likely to become standard behavior.

See https://drafts.csswg.org/css-images-3/#the-image-orientation

Is there a solution to deal with image-orientation issues yet?