L. David Baron wrote:
I realized another possible spec and implementation issue with CSS
transitions.  I'll have to bring it up on www-style soon, although
I'm not sure yet what I'm going to say there.

The question is what should happen (1) for CSS transitions on
elements that have display:none at one end of the transition or the
other, most importantly elements that are changing from display:none
to some other value of display and (2) for CSS transitions on
descendants of those elements, when the style changes are
simultaneous with the display change.

The easiest implementation definitely ignores (2), and probably (1)
as well, although supporting (1) wouldn't be as hard as (2).
...

Thoughts?

I would
  1. Disable transitions between 'display' values.
  2. If necessary, introduce a new collapse value for 'visibility'
     that affects elements other than table rows and columns.

Do we really have transitions between other 'display' values defined
already?

~fantasai
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to