Skip to content

Commit 44ce4c2

Browse files
authored
[filter-effects-1] Fix syntax of filter-function type (w3c#13380)
Fix for w3c#13309. The `''foo''` special syntax does not work in production rules.
1 parent 7292c6d commit 44ce4c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

filter-effects-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ equivalent to particular SVG <{filter}> elements.
367367

368368
## Supported Filter Functions ## {#supported-filter-functions}
369369

370-
<pre class=prod><dfn>&lt;filter-function></dfn> = ''blur()'' | ''brightness()'' | ''contrast()'' | ''drop-shadow()'' | <br>
371-
''grayscale()'' | ''hue-rotate()'' | ''invert()'' | ''opacity()'' | ''sepia()'' | ''saturate()''</pre>
370+
<pre class=prod><dfn>&lt;filter-function></dfn> = <<blur()>> | <<brightness()>> | <<contrast()>> | <<drop-shadow()>> |
371+
<<grayscale()>> | <<hue-rotate()>> | <<invert()>> | <<opacity()>> | <<sepia()>> | <<saturate()>></pre>
372372

373373
Unless defined otherwise, omitted values default to the <a for=svg>initial value</a> for interpolation.
374374

0 commit comments

Comments
 (0)