[css3-transitions] transition properties should apply to all elements

View: New views
2 Messages — Rating Filter:   Alert me  

[css3-transitions] transition properties should apply to all elements

by L. David Baron :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The properties defined in
http://dev.w3.org/csswg/css3-transitions/#transitions- are currently
all described as applying to "block-level and inline-level
elements".  I don't see any reason they shouldn't apply to other
elements (e.g., internal table elements), so I think the spec should
instead say "all elements".

(It might also want to say that they apply to the :before and :after
pseudo-elements.  I think this would be quite reasonable.)

-David

--
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/


Re: [css3-transitions] transition properties should apply to all elements

by Dean Jackson-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 27/06/2009, at 9:46 AM, L. David Baron wrote:

> The properties defined in
> http://dev.w3.org/csswg/css3-transitions/#transitions- are currently
> all described as applying to "block-level and inline-level
> elements".  I don't see any reason they shouldn't apply to other
> elements (e.g., internal table elements), so I think the spec should
> instead say "all elements".

I've made this update.

> (It might also want to say that they apply to the :before and :after
> pseudo-elements.  I think this would be quite reasonable.)

This too.

Dean