- From: Nicolas Hoffmann via GitHub <sysbot+gh@w3.org>
- Date: Fri, 21 Oct 2016 13:37:38 +0000
- To: public-css-archive@w3.org
@keithjgrant yes, this is a real problem. For the moment, we set up transitions on max-height value (using magic numbers for values, max-height = enough_and_pray_the_content_is_not_that_tall), and if you want to do it including accessibility pov, you have to transition on visibility (as display is not possible, cf this accordion https://a11y.nicolas-hoffmann.net/accordion/?animated=1 ) with a delay... really complicated for something that should be simple. :) -- GitHub Notification of comment by nico3333fr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/626#issuecomment-255369563 using your GitHub account
Received on Friday, 21 October 2016 13:37:45 UTC