Description
In #3799 (comment), @eeeps brings up the fact that none of the browsers currently supporting image-orientation: from-image;
respect the orientation if it comes after the image data. (firefox bug, webkit bug, chrome bug)
This is fairly reasonable, as it would be incompatible with streaming display of the image; it would progressively render in one orientation, and then flip around once it's finished. This is not only somewhat jarring, it seems to be incompatible with current browser image loading architectures, without some refactoring of uncertain complexity.
I suggest that we explicitly allow impls to not respect orientation if it comes after the image data; possibly we should restrict them from doing so, tho I'm not sure if this unnecessarily constrains their future usage of image libraries.