diff --git a/files/en-us/web/css/backdrop-filter/index.md b/files/en-us/web/css/backdrop-filter/index.md index 03b805456f8be22..7b13c3f7fface61 100644 --- a/files/en-us/web/css/backdrop-filter/index.md +++ b/files/en-us/web/css/backdrop-filter/index.md @@ -47,7 +47,7 @@ backdrop-filter: unset; - `none` - : No filter is applied to the backdrop. -- `<filter-function-list>` +- `<filter-value-list>` - : A space-separated list of {{cssxref("<filter-function>")}}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()")}}. ## Formal definition diff --git a/files/en-us/web/svg/attribute/filter/index.md b/files/en-us/web/svg/attribute/filter/index.md index 5538eb7268da536..8611b53c68697bd 100644 --- a/files/en-us/web/svg/attribute/filter/index.md +++ b/files/en-us/web/svg/attribute/filter/index.md @@ -49,7 +49,7 @@ svg { title="Single bar: exactly one of the entities must be present" >|</a > - <code><filter-function-list></code> + <code><filter-value-list></code> </td> </tr> <tr>