Skip to content

Commit 45c0552

Browse files
committed
[css-images-5][editorial] Fixed Bikeshed issues
1 parent bad7df6 commit 45c0552

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

css-images-5/Overview.bs

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Editor: Lea Verou, Invited Expert, http://lea.verou.me/about, w3cid 52258
1313
Abstract: This module contains the features of CSS level 4 relating to the <<image>> type and replaced elements.
1414
It includes and extends the functionality of CSS level 2 [[CSS2]] and in the previous level of this specification [[css-images-4]].
1515
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
1624
</pre>
1725

1826
Introduction {#intro}
@@ -43,8 +51,8 @@ Setting The Viewbox: the 'object-view-box' property {#the-object-view-box}
4351
Applies to: [=replaced elements=]
4452
Inherited: no
4553
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
4856
</pre>
4957

5058
The 'object-view-box' property
@@ -69,7 +77,7 @@ Setting The Viewbox: the 'object-view-box' property {#the-object-view-box}
6977
Otherwise, specifies a view box for the element.
7078

7179
First, resolve the <<basic-shape-rect>>
72-
against a [=&lt;basic-shape>/reference box=] formed by the element's
80+
against a [=<basic-shape>/reference box=] formed by the element's
7381
[=natural sizes=]
7482
to obtain the element's view box.
7583

@@ -107,3 +115,12 @@ Setting The Viewbox: the 'object-view-box' property {#the-object-view-box}
107115
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.
108116
</div>
109117

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

Comments
 (0)