From a931d93260da143a52d875d892cfafed0c51b8b2 Mon Sep 17 00:00:00 2001 From: fantasai Date: Mon, 5 Oct 2020 15:25:46 -0400 Subject: [PATCH] [css-images-3] image-orientation: from-image | none applies to decorative images as well as content images. Part II (because forgot to hit save or something) #5245 #5294 --- css-images-3/Overview.bs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css-images-3/Overview.bs b/css-images-3/Overview.bs index aa2b13491bd3..462b429a91ff 100644 --- a/css-images-3/Overview.bs +++ b/css-images-3/Overview.bs @@ -1529,10 +1529,12 @@ Image Processing {#image-processing} If that is confirmed, then it is likely that this property will be removed from CSS unless use cases other than “correct for incorrect orientation” are raised for its other values. - This property specifies an orthogonal rotation to be applied to an image before it is laid out. + This property specifies an orthogonal rotation + to be applied to the element’s images + before they are laid out. It applies to content images (e.g. replaced elements and generated content), - as well as decorative images applied via CSS + as well as to decorative images applied via CSS (such as 'background-image'). It does not apply to the rendering of images outside the document, e.g. favicons in the UA’s navigation toolbars or menus, etc.