Re: [css3-transitions] transitions and rendering objects vs. DOM nodes

On Sun, Jun 28, 2009 at 9:37 AM, David Hyatt <hyatt@apple.com> wrote:

> In WebKit, at the moment we do transitions on rendering objects (and yes
> this means changes to display:none just kill transitions).  We don't allow
> transitions to occur on pseudo elements.  Not sure if this is the right
> decision though, but it's what we have done so far.
>

What if you have a <span> which fits on one line, a transition on 'color'
starts, but halfway through the container width changes so the <span> breaks
across two lines? The second box gets the final color immediately? If this
happened because the user resized the window, I think it's clearly a bug.

Rob
-- 
"He was pierced for our transgressions, he was crushed for our iniquities;
the punishment that brought us peace was upon him, and by his wounds we are
healed. We all, like sheep, have gone astray, each of us has turned to his
own way; and the LORD has laid on him the iniquity of us all." [Isaiah
53:5-6]

Received on Monday, 29 June 2009 03:57:56 UTC