From 11a745b97d964913cdf32fab7590216e0f3183fe Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Thu, 22 Jan 2026 10:58:42 +0100 Subject: [PATCH] [filter-effects-1] Fix syntax of filter-function type Fix for #13309. The `''foo''` special syntax does not work in production rules. --- filter-effects-1/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filter-effects-1/Overview.bs b/filter-effects-1/Overview.bs index 89fb9381969b..1947b4e7b760 100644 --- a/filter-effects-1/Overview.bs +++ b/filter-effects-1/Overview.bs @@ -367,8 +367,8 @@ equivalent to particular SVG <{filter}> elements. ## Supported Filter Functions ## {#supported-filter-functions} -
<filter-function> = ''blur()'' | ''brightness()'' | ''contrast()'' | ''drop-shadow()'' | 
- ''grayscale()'' | ''hue-rotate()'' | ''invert()'' | ''opacity()'' | ''sepia()'' | ''saturate()''
+
<filter-function> = <> | <> | <> | <> |
+  <> | <> | <> | <> | <> | <>
Unless defined otherwise, omitted values default to the initial value for interpolation.