@@ -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> < length></code > ,
1559- the color-stops of a conic gradient are specified with an <code> < 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><cap-linear-color-stop></dfn> = <<color>> && <<color-stop-length>> ?
17841784 <dfn><linear-color-stop></dfn> = <<color>> || <<color-stop-length>>
1785- <dfn><color-stop-length></dfn> = [ <var title=''>< length>> | <<percentage>> ]{1,2}
1785+ <dfn><color-stop-length></dfn> = [ << length>> | <<percentage>> ]{1,2}
17861786
17871787 <dfn><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><cap-angular-color-stop></dfn> = <<color>> && <<color-stop-angle>> ?
17901790 <dfn><angular-color-stop></dfn> = <<color>> || <<color-stop-angle>>
17911791 <dfn><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> < 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) < start image>, < 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