You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract: This module contains the features of CSS level 4 relating to the <<image>> type and replaced elements.
14
14
It includes and extends the functionality of CSS level 2 [[CSS2]] and in the previous level of this specification [[css-images-4]].
15
15
Default Highlight: css
16
+
Ignore MDN Failure: the-image-orientation
17
+
Ignore MDN Failure: the-image-rendering
18
+
Ignore MDN Failure: the-object-fit
19
+
Ignore MDN Failure: the-object-position
20
+
Ignore MDN Failure: gradients
21
+
Ignore MDN Failure: image-values
22
+
Ignore MDN Failure: radial-gradients
23
+
Ignore MDN Failure: repeating-gradients
16
24
</pre>
17
25
18
26
Introduction {#intro}
@@ -43,8 +51,8 @@ Setting The Viewbox: the 'object-view-box' property {#the-object-view-box}
43
51
Applies to: [=replaced elements=]
44
52
Inherited: no
45
53
Percentages: n/a
46
-
Computed value: specified keyword, or computed <basic-shape> function
47
-
Animation Type: as <basic-shape> if possible, otherwise discrete
54
+
Computed value: specified keyword, or computed <<basic-shape>> function
55
+
Animation Type: as <<basic-shape>> if possible, otherwise discrete
48
56
</pre>
49
57
50
58
The 'object-view-box' property
@@ -69,7 +77,7 @@ Setting The Viewbox: the 'object-view-box' property {#the-object-view-box}
69
77
Otherwise, specifies a view box for the element.
70
78
71
79
First, resolve the <<basic-shape-rect>>
72
-
against a [=<basic-shape>/reference box=] formed by the element's
80
+
against a [=<basic-shape>/reference box=] formed by the element's
73
81
[=natural sizes=]
74
82
to obtain the element's view box.
75
83
@@ -107,3 +115,12 @@ Setting The Viewbox: the 'object-view-box' property {#the-object-view-box}
107
115
Issue: example here. Need a basic one showing off zooming in, one showing off zooming out, and one showing off interaction with object-fit to display how the parts outside the viewbox can still be painted.
108
116
</div>
109
117
118
+
Privacy Considerations {#privacy}
119
+
=================================
120
+
121
+
No new privacy considerations have been reported on this specification.
122
+
123
+
Security Considerations {#security}
124
+
===================================
125
+
126
+
No new security considerations have been reported on this specification.
0 commit comments