Skip to content

Commit a931d93

Browse files
committed
[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
1 parent dc9a65f commit a931d93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-images-3/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,10 +1529,12 @@ Image Processing {#image-processing}
15291529
If that is confirmed, then it is likely that this property will be removed from CSS
15301530
unless use cases other than “correct for incorrect orientation” are raised for its other values.
15311531

1532-
This property specifies an orthogonal rotation to be applied to an image before it is laid out.
1532+
This property specifies an orthogonal rotation
1533+
to be applied to the element’s images
1534+
before they are laid out.
15331535
It applies to content images
15341536
(e.g. replaced elements and generated content),
1535-
as well as decorative images applied via CSS
1537+
as well as to decorative images applied via CSS
15361538
(such as 'background-image').
15371539
It does not apply to the rendering of images outside the document,
15381540
e.g. favicons in the UA’s navigation toolbars or menus, etc.

0 commit comments

Comments
 (0)