Skip to content

Commit bacb9b7

Browse files
committed
[css-images-3] Per WG resolution, change image-orientation's initial value to 'from-image'.
1 parent bfdc892 commit bacb9b7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

css-images-3/Overview.bs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,8 +1506,8 @@ Image Processing {#image-processing}
15061506

15071507
<pre class='propdef'>
15081508
Name: image-orientation
1509-
Value: none | from-image | <<angle>> | [ <<angle>>? flip ]
1510-
Initial: none
1509+
Value: from-image | none | <<angle>> | [ <<angle>>? flip ]
1510+
Initial: from-image
15111511
Applies to: all elements
15121512
Inherited: yes
15131513
Computed value: the specified keyword, or an <<angle>>, rounded and normalized (see text), plus optionally a ''flip'' keyword
@@ -1544,6 +1544,12 @@ Image Processing {#image-processing}
15441544
this value computes to ''image-orientation/none''.
15451545
</dl>
15461546

1547+
Note: This property previously used ''image-orientation/none'' as its initial value.
1548+
It is believed that using ''from-image'' as the initial value
1549+
will produce a generally better user experience,
1550+
and minimal breakage,
1551+
but future compat data as UAs attempt to make the change will confirm that.
1552+
15471553
Values other than ''image-orientation/none'' and ''from-image'' are
15481554
<em>optional</em> to implement and <em>deprecated</em> in CSS.
15491555
They have the following meanings:

0 commit comments

Comments
 (0)