Skip to content

Commit 3c40a0d

Browse files
committed
[css-images-3] Reorganize image-orientation values to separate the deprecated values from the recommended ones.
1 parent ad47851 commit 3c40a0d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

css-images-3/Overview.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,8 +1386,6 @@ Image Processing {#image-processing}
13861386
* The height (width) property applies to the vertical (horizontal) dimension of the image,
13871387
<em>after</em> rotation.
13881388

1389-
Values other than ''image-orientation/none'' and ''from-image'' are
1390-
<em>optional</em> to implement and <em>deprecated</em> in CSS.
13911389
Values have the following meanings:
13921390

13931391
<dl dfn-type=value dfn-for=image-orientation>
@@ -1403,8 +1401,14 @@ Image Processing {#image-processing}
14031401
this value computes to the angle that the metadata specifies is necessary to correctly orient the image.
14041402
If necessary, this angle is then rounded and normalized as described above for an <<angle>> value.
14051403
If there is no orientation specified in its metadata,
1406-
this value computes to ''0deg''.
1404+
this value computes to ''image-orientation/none''.
1405+
</dl>
14071406

1407+
Values other than ''image-orientation/none'' and ''from-image'' are
1408+
<em>optional</em> to implement and <em>deprecated</em> in CSS.
1409+
They have the following meanings:
1410+
1411+
<dl dfn-type=value dfn-for=image-orientation>
14081412
<dt><dfn><<angle>></dfn>
14091413
<dd>
14101414
Positive values cause the image to be rotated to the right

0 commit comments

Comments
 (0)