Skip to content

Commit d5d9c20

Browse files
committed
[css-images-4] Clean up bikeshed errors.
1 parent 040f39a commit d5d9c20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-images-4/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
11341134

11351135
<dt><dfn><<position>></dfn>
11361136
<dd>
1137-
Determines the <dfn dfn>gradient center</dfn> of the gradient.
1137+
Determines the <dfn dfn export>gradient center</dfn> of the gradient.
11381138
The <<position>> value type (which is also used for 'background-position')
11391139
is defined in [[css-values-3]],
11401140
and is resolved using the center-point as the object area
@@ -1154,7 +1154,7 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
11541154
<h4 id='conic-color-stops' class='no-toc'>
11551155
Placing Color Stops</h4>
11561156

1157-
Color stops are placed on a <a>gradient line</a> that curves around the center in a circle,
1157+
Color stops are placed on a <a>gradient line</a> that curves around the <a>gradient center</a> in a circle,
11581158
with both the 0% and 100% locations at 0deg.
11591159
Just like linear gradients,
11601160
0deg points to the top of the page,
@@ -1908,8 +1908,8 @@ Interpolating <<image>> {#interpolating-images}
19081908
(like some gradients)
19091909
have their own special interpolation rules.
19101910
In general terms,
1911-
images are interpolated by scaling them to the size of the start image
1912-
and cross-fading the two while they transition to the size of the end image.
1911+
images are interpolated by scaling them to the size of the <var>start image</var>
1912+
and cross-fading the two while they transition to the size of the <var>end image</var>.
19131913

19141914
In specific terms,
19151915
at each point in the interpolation
@@ -1986,7 +1986,7 @@ Interpolating <<gradient>> {#interpolating-gradients}
19861986

19871987
* Otherwise, the size must be changed to a pair of <<length>>s
19881988
that would produce an equivalent ending-shape.
1989-
If the <<ending-shape>> was specified as ''circle'',
1989+
If the <<ending-shape>> was specified as <a value spec=css-images-3>circle</a>,
19901990
change it to ''ellipse''.
19911991

19921992
2. Interpolate each component and color-stop of the gradients independently.

0 commit comments

Comments
 (0)