Skip to content

Commit ff22f40

Browse files
committed
[css-images-3] Be more precise about deprecation / optionality of image-orientation. #4164
1 parent a931d93 commit ff22f40

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-images-3/Overview.bs

+6-2
Original file line numberDiff line numberDiff line change
@@ -1518,8 +1518,7 @@ Image Processing {#image-processing}
15181518
Animation type: discrete
15191519
</pre>
15201520

1521-
<strong>This property is deprecated,
1522-
and is <em>optional</em> for implementations.</strong>
1521+
<strong>This property is <em>optional</em> for implementations.</strong>
15231522

15241523
Note: This property previously used ''image-orientation/none'' as its initial value.
15251524
It is believed that using ''from-image'' as the initial value
@@ -1580,6 +1579,9 @@ Image Processing {#image-processing}
15801579

15811580
This value only applies to content images;
15821581
decorative images continue to behave as ''from-image''.
1582+
This value is deprecated
1583+
and is optional for implementations
1584+
except those conforming to [[!CSS-PRINT]].
15831585

15841586
<dt><dfn><<angle>>? flip</dfn>
15851587
<dd>
@@ -1590,6 +1592,8 @@ Image Processing {#image-processing}
15901592

15911593
This value only applies to content images;
15921594
decorative images continue to behave as ''from-image''.
1595+
This value is deprecated
1596+
and is optional for implementations.
15931597

15941598
Note: This value is only necessary to represent all 8 possible EXIF orientations that <a value for=image-orientation>from-image</a> can produce.
15951599
</dl>

0 commit comments

Comments
 (0)