Skip to content

Commit 87c5e4d

Browse files
committed
[css-images-3] Be more explicit about SVG image sources. #5294
1 parent 5d51ae3 commit 87c5e4d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css-images-3/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,9 +1551,11 @@ Image Processing {#image-processing}
15511551
to be applied to the element’s images
15521552
before they are used in the document.
15531553
It applies to content images
1554-
(e.g. replaced elements and generated content),
1555-
as well as to decorative images applied via CSS
1556-
(such as 'background-image').
1554+
(e.g. replaced elements and generated content)
1555+
and image sources referenced by SVG elements
1556+
(such as <{feImage}>),
1557+
as well as to decorative images applied via CSS rules
1558+
(such as 'background-image' and other <<image>> properties).
15571559
It does not apply to the rendering of images outside the document,
15581560
e.g. favicons in the UA’s navigation toolbars or menus, etc.
15591561

0 commit comments

Comments
 (0)