@@ -1134,7 +1134,7 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
1134
1134
1135
1135
<dt> <dfn><<position>></dfn>
1136
1136
<dd>
1137
- Determines the <dfn dfn>gradient center</dfn> of the gradient.
1137
+ Determines the <dfn dfn export >gradient center</dfn> of the gradient.
1138
1138
The <<position>> value type (which is also used for 'background-position' )
1139
1139
is defined in [[css-values-3]] ,
1140
1140
and is resolved using the center-point as the object area
@@ -1154,7 +1154,7 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
1154
1154
<h4 id='conic-color-stops' class='no-toc'>
1155
1155
Placing Color Stops</h4>
1156
1156
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,
1158
1158
with both the 0% and 100% locations at 0deg.
1159
1159
Just like linear gradients,
1160
1160
0deg points to the top of the page,
@@ -1908,8 +1908,8 @@ Interpolating <<image>> {#interpolating-images}
1908
1908
(like some gradients)
1909
1909
have their own special interpolation rules.
1910
1910
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> .
1913
1913
1914
1914
In specific terms,
1915
1915
at each point in the interpolation
@@ -1986,7 +1986,7 @@ Interpolating <<gradient>> {#interpolating-gradients}
1986
1986
1987
1987
* Otherwise, the size must be changed to a pair of <<length>> s
1988
1988
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> ,
1990
1990
change it to ''ellipse'' .
1991
1991
1992
1992
2. Interpolate each component and color-stop of the gradients independently.
0 commit comments