File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments