Re: [csswg-drafts] [css-transitions] What defines that display:none elements don't transition? (#3790)

SVG 2 added [similar language](https://svgwg.org/svg2-draft/render.html#Rendered-vs-NonRendered):

> An element is not rendered in any of these five situations:
> 
> - never-rendered element types
> - elements excluded because of conditional processing attributes or ‘switch’ structures
> - elements with a computed style value of `none` for the `display` property
> - detached from the DOM tree
> - descendent elements of other non-rendered elements

The last three are relevant here: we don't have transitions if an ancestor has `display: none`.


-- 
GitHub Notification of comment by ewilligers
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3790#issuecomment-479765916 using your GitHub account

Received on Thursday, 4 April 2019 06:21:07 UTC