Skip to content

Commit 4030a33

Browse files
Update filter-function-list to filter-value-list (#37633)
* Update `filter-function-list` to `filter-value-list` * update
1 parent 6507fce commit 4030a33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/en-us/web/css/backdrop-filter/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ backdrop-filter: unset;
4747

4848
- `none`
4949
- : No filter is applied to the backdrop.
50-
- `<filter-function-list>`
50+
- `<filter-value-list>`
5151
- : A space-separated list of {{cssxref("&lt;filter-function&gt;")}}s or an [SVG filter](/en-US/docs/Web/SVG/Element/filter) that will be applied to the backdrop. CSS `<filter-function>`s include {{CSSxRef("filter-function/blur", "blur()")}}, {{CSSxRef("filter-function/brightness", "brightness()")}}, {{CSSxRef("filter-function/contrast", "contrast()")}}, {{CSSxRef("filter-function/drop-shadow", "drop-shadow()")}}, {{CSSxRef("filter-function/grayscale", "grayscale()")}}, {{CSSxRef("filter-function/hue-rotate", "hue-rotate()")}}, {{CSSxRef("filter-function/invert", "invert()")}}, {{CSSxRef("filter-function/opacity", "opacity()")}}, {{CSSxRef("filter-function/saturate", "saturate()")}}, and {{CSSxRef("filter-function/sepia", "sepia()")}}.
5252

5353
## Formal definition

files/en-us/web/svg/attribute/filter/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ svg {
4949
title="Single bar: exactly one of the entities must be present"
5050
>|</a
5151
>
52-
<code>&#x3C;filter-function-list></code>
52+
<code>&#x3C;filter-value-list></code>
5353
</td>
5454
</tr>
5555
<tr>

0 commit comments

Comments
 (0)