Skip to content

Commit 2fa751f

Browse files
committed
[css-images-4][editorial] fix markup
1 parent 1e395ff commit 2fa751f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

css-images-4/Overview.bs

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,15 @@ Image References: the ''url()'' notation {#url-notation}
139139
Fetching External Images {#fetching-images}
140140
-------------------------------------------
141141

142-
To <dfn>fetch an external image for a stylesheet</dfn>,
142+
To <dfn export>fetch an external image for a stylesheet</dfn>,
143143
given a <<url>> |url| and {{CSSStyleSheet}} sheet,
144144
[=fetch a style resource=] given |url|,
145145
with stylesheet {{CSSStyleSheet}},
146146
destination "image",
147147
CORS mode "no-cors",
148-
and processResponse being the following steps given [=/response=] |res| and null, failure or
148+
and processResponse being the following steps
149+
given [=/response=] <var ignore>res</var>
150+
and null, failure or
149151
a byte stream |byteStream|:
150152
If |byteStream| is a byte stream, load the image from the byte stream.
151153

@@ -1229,7 +1231,7 @@ The effect of colorspace on interpolation can be significant.
12291231
<!-- source: images/rectangular-f01-081.html -->
12301232
<img src="images/rectangular-f01-081.png"
12311233
width="360" height="330"
1232-
alt="red to green gradient in three colorspaces" />
1234+
alt="red to green gradient in three colorspaces" >
12331235
</div>
12341236

12351237
<div class="example">
@@ -1254,7 +1256,7 @@ The effect of colorspace on interpolation can be significant.
12541256
<!-- source: images/rectangular-fff-01e.html-->
12551257
<img src="images/rectangular-fff-01e.png"
12561258
width="360" height="330"
1257-
alt="white to blue gradient in three colorspaces" />
1259+
alt="white to blue gradient in three colorspaces" >
12581260
</div>
12591261

12601262
<div class="example">
@@ -1283,7 +1285,7 @@ The effect of colorspace on interpolation can be significant.
12831285
<!-- source: images/rectangular-44c-795.html -->
12841286
<img src="images/rectangular-44c-795.png"
12851287
width="360" height="330"
1286-
alt="blue to green gradient in three colorspaces" />
1288+
alt="blue to green gradient in three colorspaces" >
12871289
</div>
12881290

12891291
Choosing a polar, rather than rectangular, colorspace
@@ -1318,7 +1320,7 @@ to bring them back into gamut.
13181320
<!-- source: images/polar-a37-595.html -->
13191321
<img src="images/polar-a37-595.png"
13201322
width="360" height="538"
1321-
alt="blue to green gradient in three colorspaces" />
1323+
alt="blue to green gradient in three colorspaces" >
13221324
</div>
13231325

13241326
<!--
@@ -1344,7 +1346,7 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
13441346
<pre class=prod>
13451347
<dfn>&lt;radial-gradient-syntax></dfn> =
13461348
[ [ [ <<rg-ending-shape>> || <<rg-size>> ]? [ at <<position>> ]? ] || <<color-interpolation-method>>]? ,
1347-
<<color-stop-list>>
1349+
<<color-stop-list>>
13481350
</pre>
13491351

13501352
<div class="example">
@@ -1367,7 +1369,7 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
13671369
<!-- source: images/radial-rectangular-f01-081.html -->
13681370
<img src="images/radial-rectangular-f01-081.png"
13691371
width="360" height="330"
1370-
alt="red to green gradient in three colorspaces" />
1372+
alt="red to green gradient in three colorspaces" >
13711373
</div>
13721374

13731375
<!--

0 commit comments

Comments
 (0)