Skip to content

Commit d6b3741

Browse files
committed
[css-images] Fix some lingering pre-bikeshed <<foo>> stuff.
1 parent 6593da5 commit d6b3741

2 files changed

Lines changed: 89 additions & 77 deletions

File tree

css-images/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,8 +1555,8 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
15551555
A conic gradient is specified by indicating the center of the gradient,
15561556
and then specifying a list of color-stops.
15571557
Unlike linear and radial gradients,
1558-
whose color-stops are placed by specifying a <code>&lt;length></code>,
1559-
the color-stops of a conic gradient are specified with an <code>&lt;angle></code>.
1558+
whose color-stops are placed by specifying a <<length>>,
1559+
the color-stops of a conic gradient are specified with an <<angle>>.
15601560
Rays are then drawn emerging from the center and pointing in all directions,
15611561
with the color of each ray equal to the color of the gradient-line where they intersect it.
15621562

@@ -1782,10 +1782,10 @@ Gradient Color-Stops</h3>
17821782
<<cap-linear-color-stop>> , [ <<linear-color-stop>># , ]? <<cap-linear-color-stop>>
17831783
<dfn>&lt;cap-linear-color-stop></dfn> = <<color>> &amp;&amp; <<color-stop-length>>?
17841784
<dfn>&lt;linear-color-stop></dfn> = <<color>> || <<color-stop-length>>
1785-
<dfn>&lt;color-stop-length></dfn> = [ <var title=''>&lt;length>> | <<percentage>> ]{1,2}
1785+
<dfn>&lt;color-stop-length></dfn> = [ <<length>> | <<percentage>> ]{1,2}
17861786
17871787
<dfn>&lt;angular-color-stop-list></dfn> =
1788-
<<cap-angular-color-stop>> , [ <<angular-color-stop>># , ]? <<cap-angular-color-stop>>
1788+
<<cap-angular-color-stop>> , [ <<angular-color-stop>># , ]? <<cap-angular-color-stop>>H
17891789
<dfn>&lt;cap-angular-color-stop></dfn> = <<color>> &amp;&amp; <<color-stop-angle>>?
17901790
<dfn>&lt;angular-color-stop></dfn> = <<color>> || <<color-stop-angle>>
17911791
<dfn>&lt;color-stop-angle></dfn> = [ <<angle>> | <<percentage>> ]{1,2}
@@ -2661,7 +2661,7 @@ Orienting an Image on the Page: the 'image-orientation' property</h3>
26612661
If the image has an orientation specified in its metadata,
26622662
such as EXIF,
26632663
this value computes to the angle that the metadata specifies is necessary to correctly orient the image.
2664-
If necessary, this angle is then rounded and normalized as described above for an <code>&lt;angle></code> value.
2664+
If necessary, this angle is then rounded and normalized as described above for an <<angle>> value.
26652665
If there is no orientation specified in its metadata,
26662666
this value computes to ''0deg''.
26672667

@@ -2828,7 +2828,7 @@ Interpolating <<image>></h3>
28282828

28292829
In specific terms,
28302830
at each point in the interpolation
2831-
the image is equal to <code>cross-fade( (100% - t) &lt;start image>, &lt;end image>)</code>.
2831+
the image is equal to <code>cross-fade( (100% - t) <var>start image</var>, <var>end image</var>)</code>.
28322832

28332833
<p class='issue'>
28342834
Special-case interpolating to/from no image,

0 commit comments

Comments
 (0)