Skip to content

Commit e9cb4a0

Browse files
authored
[css-images-4][css-shapes-2][editorial] Fetching an image/shape requires a declaration block (#12889)
1 parent 5accfe6 commit e9cb4a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-images-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Fetching External Images {#fetching-images}
148148
-------------------------------------------
149149

150150
To <dfn export>fetch an external image for a stylesheet</dfn>,
151-
given a <<url>> |url| and a [=CSS style declaration=] |declaration|,
151+
given a <<url>> |url| and a [=CSS declaration block=] |declaration|,
152152
[=fetch a style resource=] given |url|,
153153
with ruleOrDeclaration being |declaration|,
154154
destination "image",

css-shapes-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Shapes from Image</h3>
189189
Fetching external shapes</h2>
190190

191191
To <dfn>fetch an external resource for a shape</dfn>, either an SVG or an image, given a
192-
[=CSS style declaration=] |declaration|,
192+
[=CSS declaration block=] |declaration|,
193193
[=fetch a style resource=] given a <<url>> value,
194194
with ruleOrDeclaration being |declaration|,
195195
destination "image",

0 commit comments

Comments
 (0)