<?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>139649</bug_id>
          
          <creation_ts>2014-12-15 11:16:20 -0800</creation_ts>
          <short_desc>CSS Animation inline property</short_desc>
          <delta_ts>2023-04-13 01:37:15 -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>Animations</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc>http://jsfiddle.net/a9Lg23n5/</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="Albert">atseng3</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dino</cc>
    
    <cc>graouts</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1055671</commentid>
    <comment_count>0</comment_count>
    <who name="Albert">atseng3</who>
    <bug_when>2014-12-15 11:16:20 -0800</bug_when>
    <thetext>CSS Animation on span element with delay is not working. suspicion of &quot;inline&quot; property on span elements. Once I add &quot;block&quot; or &quot;inline-block&quot; the animation and delay works perfectly. 

Bug: 2nd and 3rd &quot;A&quot; do not bounce. 

http://jsfiddle.net/a9Lg23n5/

Solution/Suspected bug: (display: inline-block)

http://jsfiddle.net/a9Lg23n5/4/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1948462</commentid>
    <comment_count>1</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2023-04-13 01:37:15 -0700</bug_when>
    <thetext>This is correct per spec, see the definition of &quot;transformable element&quot; at https://www.w3.org/TR/css-transforms-1/#transformable-element:

&gt; A transformable element is an element in one of these categories:
&gt; - all elements whose layout is governed by the CSS box model except
&gt; for non-replaced inline boxes, table-column boxes, and
&gt; table-column-group boxes [CSS2],

Additionally, the jsfiddle behaves the same across Chrome, Firefox and Safari.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>