<?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>105430</bug_id>
          
          <creation_ts>2012-12-19 06:21:36 -0800</creation_ts>
          <short_desc>transition-property accepts &quot;background, font-size, all&quot; as value.</short_desc>
          <delta_ts>2013-01-23 12:04:37 -0800</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>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>WebExposed</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>93136</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexis Menard (darktears)">menard</reporter>
          <assigned_to name="Alexis Menard (darktears)">menard</assigned_to>
          <cc>tabatkins</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>794619</commentid>
    <comment_count>0</comment_count>
    <who name="Alexis Menard (darktears)">menard</who>
    <bug_when>2012-12-19 06:21:36 -0800</bug_when>
    <thetext>http://www.w3.org/TR/css3-transitions/#transition-property-property

says : none | [ all | &lt;IDENT&gt; ] [ ‘,’ [ all | &lt;IDENT&gt; ] ]*

so it is possible to have &quot;background, font-size, all&quot; as a value. I&apos;m not sure what should be the behavior here : animating all the properties with the last index in the lists of &quot;transition-duration&quot;, &quot;transition-delay&quot;, ... or animating background, font-size with their respective indices in the lists of &quot;transition-duration&quot;, &quot;transition-delay&quot;, ... and animating all the other properties with the last index in the lists of &quot;transition-duration&quot;, &quot;transition-delay&quot;, ...

In the other hand &quot;background, font-size, all&quot; goes in conflict with &quot;Otherwise, a list of properties to be transitioned, or the keyword ‘all’ which indicates that all properties are to be transitioned, is given.&quot; which seem to assume that all comes alone.

Side note : Opera reject this value.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>813165</commentid>
    <comment_count>1</comment_count>
    <who name="Tab Atkins">tabatkins</who>
    <bug_when>2013-01-22 10:39:16 -0800</bug_when>
    <thetext>The spec is somewhat badly worded.  Treat &apos;all&apos; like an omni-shorthand for every property, and then it just acts the same as every other shorthand.

(This is in fact literally true now, since we added the &apos;all&apos; property &lt;http://dev.w3.org/csswg/css3-cascade/#all-shorthand&gt;.  The name was inspired by the Transitions value. ^_^)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>813235</commentid>
    <comment_count>2</comment_count>
    <who name="Alexis Menard (darktears)">menard</who>
    <bug_when>2013-01-22 11:10:03 -0800</bug_when>
    <thetext>&lt;TabAtkins&gt; &quot;&lt;anything&gt;, all&quot; should be equivalent to just &quot;all&quot;, and &quot;all, &lt;anything&gt;&quot; should animate everything but the &lt;anything&gt; with the first transition, and the &lt;anything&gt; with the second.

Before closing the bug, or make a patch, I will investigate this behavior.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>814461</commentid>
    <comment_count>3</comment_count>
    <who name="Alexis Menard (darktears)">menard</who>
    <bug_when>2013-01-23 12:04:37 -0800</bug_when>
    <thetext>I double checked and we do follow the behaviour described by Tab.

http://jsbin.com/upafut/3/edit for the record.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>