[Webkit-unassigned] [Bug 145874] New: @supports parse error with the filter property when no parameter is specified

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 10 22:54:58 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145874

            Bug ID: 145874
           Summary: @supports parse error with the filter property when no
                    parameter is specified
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: phiw2 at l-c-n.com

Created attachment 254708
  --> https://bugs.webkit.org/attachment.cgi?id=254708&action=review
test case

@supports (filter:blur()) or (-webkit-filter: blur()) { /* do something */ } is parsed as valid by Webkit but not by Firefox (the rules inside the `@supports` block are applied by Webkit nightly builds). Note the missing parameter for the  blur value.

Chromium based browsers appear to suffer from the same issue (tested with Opera 30).

Note: 
1. Webkit handles this correctly for `@supports (transform:scale()) {}` and ignores everything inside the @supports block.
2. -webkit-backdrop-filter: blur() is also affected

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150611/3da4523f/attachment.html>


More information about the webkit-unassigned mailing list