@@ -139,13 +139,15 @@ Image References: the ''url()'' notation {#url-notation}
139
139
Fetching External Images {#fetching-images}
140
140
-------------------------------------------
141
141
142
- To <dfn>fetch an external image for a stylesheet</dfn> ,
142
+ To <dfn export >fetch an external image for a stylesheet</dfn> ,
143
143
given a <<url>> |url| and {{CSSStyleSheet}} sheet,
144
144
[=fetch a style resource=] given |url|,
145
145
with stylesheet {{CSSStyleSheet}} ,
146
146
destination "image",
147
147
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
149
151
a byte stream |byteStream|:
150
152
If |byteStream| is a byte stream, load the image from the byte stream.
151
153
@@ -1229,7 +1231,7 @@ The effect of colorspace on interpolation can be significant.
1229
1231
<!-- source: images/rectangular-f01-081.html -->
1230
1232
<img src="images/rectangular-f01-081.png"
1231
1233
width="360" height="330"
1232
- alt="red to green gradient in three colorspaces" / >
1234
+ alt="red to green gradient in three colorspaces" >
1233
1235
</div>
1234
1236
1235
1237
<div class="example">
@@ -1254,7 +1256,7 @@ The effect of colorspace on interpolation can be significant.
1254
1256
<!-- source: images/rectangular-fff-01e.html-->
1255
1257
<img src="images/rectangular-fff-01e.png"
1256
1258
width="360" height="330"
1257
- alt="white to blue gradient in three colorspaces" / >
1259
+ alt="white to blue gradient in three colorspaces" >
1258
1260
</div>
1259
1261
1260
1262
<div class="example">
@@ -1283,7 +1285,7 @@ The effect of colorspace on interpolation can be significant.
1283
1285
<!-- source: images/rectangular-44c-795.html -->
1284
1286
<img src="images/rectangular-44c-795.png"
1285
1287
width="360" height="330"
1286
- alt="blue to green gradient in three colorspaces" / >
1288
+ alt="blue to green gradient in three colorspaces" >
1287
1289
</div>
1288
1290
1289
1291
Choosing a polar, rather than rectangular, colorspace
@@ -1318,7 +1320,7 @@ to bring them back into gamut.
1318
1320
<!-- source: images/polar-a37-595.html -->
1319
1321
<img src="images/polar-a37-595.png"
1320
1322
width="360" height="538"
1321
- alt="blue to green gradient in three colorspaces" / >
1323
+ alt="blue to green gradient in three colorspaces" >
1322
1324
</div>
1323
1325
1324
1326
<!--
@@ -1344,7 +1346,7 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
1344
1346
<pre class=prod>
1345
1347
<dfn><radial-gradient-syntax></dfn> =
1346
1348
[ [ [ <<rg-ending-shape>> || <<rg-size>> ]? [ at <<position>> ]? ] || <<color-interpolation-method>> ]? ,
1347
- <<color-stop-list>>
1349
+ <<color-stop-list>>
1348
1350
</pre>
1349
1351
1350
1352
<div class="example">
@@ -1367,7 +1369,7 @@ Radial Gradients: the ''radial-gradient()'' notation {#radial-gradients}
1367
1369
<!-- source: images/radial-rectangular-f01-081.html -->
1368
1370
<img src="images/radial-rectangular-f01-081.png"
1369
1371
width="360" height="330"
1370
- alt="red to green gradient in three colorspaces" / >
1372
+ alt="red to green gradient in three colorspaces" >
1371
1373
</div>
1372
1374
1373
1375
<!--
0 commit comments