<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>143601</bug_id>
          
          <creation_ts>2015-04-10 04:27:34 -0700</creation_ts>
          <short_desc>Unprefixed transition: filter is accepted by Safari but does not work</short_desc>
          <delta_ts>2022-07-14 13:56:39 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tom">tomlongmate</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>dino</cc>
    
    <cc>simon.fraser</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1084270</commentid>
    <comment_count>0</comment_count>
    <who name="Tom">tomlongmate</who>
    <bug_when>2015-04-10 04:27:34 -0700</bug_when>
    <thetext>Example URL:
http://jsbin.com/zabusuhese/1/edit?html,css,output

Steps to reproduce the problem:
1. create a div, apply the CSS: filter: brightness(100%); transition:filter;
2. set the hover state to filter:brightness(120%);
3. follow the above steps, replacing filter with -webkit-filter

What is the expected behavior?
both divs behave the same

What went wrong?
the unprefixed transition: filter did not work

Does it occur on multiple sites: N/A

Is it a problem with a plugin? N/A 

Did this work before? N/A 

Does this work in other browsers? works in Firefox</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1084525</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2015-04-11 09:11:21 -0700</bug_when>
    <thetext>Dean, with this:

transition: -webkit-filter 0.3s;
transition: filter 0.3s;

should we be smart enough to ignore the second rule with the invalid transitioned property name?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1085123</commentid>
    <comment_count>2</comment_count>
    <who name="Tom">tomlongmate</who>
    <bug_when>2015-04-14 06:17:44 -0700</bug_when>
    <thetext>It seems the solution is to use a comma separated list of transitions, instead of expecting the supported transition property to overwrite successfully:

https://code.google.com/p/chromium/issues/detail?id=475865</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1883772</commentid>
    <comment_count>3</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2022-07-14 13:56:39 -0700</bug_when>
    <thetext>Safari and Chrome agree on rendering for this test case. I don&apos;t believe there is any remaining compatibility issue.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>