|
<pre class=prod><dfn><filter-function></dfn> = ''blur()'' | ''brightness()'' | ''contrast()'' | ''drop-shadow()'' | <br> |
|
''grayscale()'' | ''hue-rotate()'' | ''invert()'' | ''opacity()'' | ''sepia()'' | ''saturate()''</pre> |
f6f0efa#diff-8be13fb6cc5f77ad353d66447f373758037137170db50c90abc48867e235a9e4R28-R371
This commit changed the definition to:
blur( ) | brightness( ) | contrast( ) | drop-shadow( ) | grayscale( ) | hue-rotate( ) | invert( ) | opacity( ) | sepia( ) | saturate( )
Effectively making arguments invalid for all of these.
Likely an unintended change @tabatkins?
csswg-drafts/filter-effects-1/Overview.bs
Lines 370 to 371 in dd61a8c
f6f0efa#diff-8be13fb6cc5f77ad353d66447f373758037137170db50c90abc48867e235a9e4R28-R371
This commit changed the definition to:
blur( ) | brightness( ) | contrast( ) | drop-shadow( ) | grayscale( ) | hue-rotate( ) | invert( ) | opacity( ) | sepia( ) | saturate( )Effectively making arguments invalid for all of these.
Likely an unintended change @tabatkins?