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.