WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
118539
[CSS Filters] Filter function should not be accepted without arguments
https://bugs.webkit.org/show_bug.cgi?id=118539
Summary
[CSS Filters] Filter function should not be accepted without arguments
Dirk Schulze
Reported
2013-07-10 15:33:23 PDT
At the moment most filter functions don't need to have values like blur(). This is not appropriate CSS style. The filter function should not be accepted.
Attachments
Add attachment
proposed patch, testcase, etc.
Dirk Schulze
Comment 1
2014-03-02 08:43:43 PST
Is that something that we can fix for the prefixed versions of -webkit-filter? I really hope so, because the code can not be isolated very well later and would require a lot of property name checks.
Simon Fraser (smfr)
Comment 2
2014-03-02 09:48:30 PST
Can you be more specific about the issue here?
Dirk Schulze
Comment 3
2014-03-02 11:15:22 PST
(In reply to
comment #2
)
> Can you be more specific about the issue here?
currently we accept: -webkit-filter: blur() contrast() brightness(); The functions don't have any meaning without arguments and this is usually not allowed for CSS functions at all. The Filter Effects spec doesn't allow functions without arguments either.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug