@@ -1422,12 +1422,12 @@ Image Processing {#image-processing}
1422
1422
1423
1423
<pre class='propdef'>
1424
1424
Name : image-orientation
1425
- Value : from-image | <<angle>> | [ <<angle>>? flip ]
1426
- Initial : 0deg
1425
+ Value : none | from-image | <<angle>> | [ <<angle>>? flip ]
1426
+ Initial : none
1427
1427
Applies to : all elements
1428
1428
Inherited : yes
1429
1429
Media : visual
1430
- Computed value : an <<angle>>, rounded and normalized (see text), plus optionally a ''flip'' keyword
1430
+ Computed value : the specified keyword, or an <<angle>>, rounded and normalized (see text), plus optionally a ''flip'' keyword
1431
1431
Animatable : no
1432
1432
</pre>
1433
1433
@@ -1443,9 +1443,16 @@ Image Processing {#image-processing}
1443
1443
* The height (width) property applies to the vertical (horizontal) dimension of the image,
1444
1444
<em> after</em> rotation.
1445
1445
1446
+ Values other than ''image-orientation/none'' and ''from-image'' are
1447
+ <em> optional</em> to implement and <em> deprecated</em> in CSS.
1446
1448
Values have the following meanings:
1447
1449
1448
1450
<dl dfn-type=value dfn-for=image-orientation>
1451
+ <dt> <dfn>none</dfn>
1452
+ <dd>
1453
+ No additional rotation is applied:
1454
+ the image is oriented as encoded.
1455
+
1449
1456
<dt> <dfn>from-image</dfn>
1450
1457
<dd>
1451
1458
If the image has an orientation specified in its metadata,
@@ -1818,7 +1825,9 @@ Changes Since the <a href="https://www.w3.org/TR/2012/CR-css3-images-20120417/">
1818
1825
1819
1826
- The <css> image()</css> notation has been deferred to Level 4.
1820
1827
- The <css> image-resolution</css> property has been deferred to Level 4
1821
- - The 'image-orientation' property has been marked as At-Risk.
1828
+ - The 'image-orientation' property has been marked as At-Risk,
1829
+ the ''from-image'' and ''image-orientation/none'' keywords,
1830
+ and the <<angle>> values deprecated.
1822
1831
- Added the 'image-rendering' property
1823
1832
- Added the ''cross-fade()'' notation
1824
1833
- Defined <a href="#interpolation">Interpolation</a>
0 commit comments