From b8486b6aa0e4cf25f8081619098f9a6dcc638e63 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Tue, 14 Jan 2025 01:03:01 +0800 Subject: [PATCH 1/2] Update `filter-function-list` to `filter-value-list` --- files/en-us/web/css/backdrop-filter/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- `` +- `` - : 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 ``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 From 898bbe1a54ef4375440f8ce8dd27065db55dfc1e Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:38:15 +0800 Subject: [PATCH 2/2] update --- files/en-us/web/svg/attribute/filter/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" >| - <filter-function-list> + <filter-value-list>