createImageBitMaps's imageOrientation currently has 2 values: "none" and "flipY", where 'none' is used for use the orientation from image. This contradicts from CSS spec, where imageorientation has 3 values: "none", "flipY" and "from-image" and "none" means render the image as coded, no orientation applied. Rename none to from-image, then update the meaning of none to match what CSS has. Reference: whatwg spec: https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#dom-imagebitmapoptions-imageorientation CSS spec: https://www.w3.org/TR/css-images-3/#the-image-orientation github issue: https://github.com/whatwg/html/issues/8085
<rdar://problem/104398244>
Pull request: https://github.com/WebKit/WebKit/pull/16546
Committed 266893@main (556e20c0b005): <https://commits.webkit.org/266893@main> Reviewed commits have been landed. Closing PR #16546 and removing active labels.