- From: Meir Cohen via GitHub <sysbot+gh@w3.org>
- Date: Wed, 15 Jul 2020 08:53:48 +0000
- To: public-css-archive@w3.org
meirkoen has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-transitions] undesired behaviour - transition of inherited value happening in sequence. == Transition of inherited value, such as `text-indent`, in nested elements, is happening in sequence and not simultaneously with the transition of the parent value. Here is a codepen demonstrates the issue: [https://codepen.io/meirkoen/pen/mdVGRYj?editors=1100](url) On the left side you can see 3 variants of the issue. On the right side you can see how it can be fixed - by specifying the values on the children as well. I have tried to search the [[css-transitions]](https://drafts.csswg.org/css-transitions/) spec for a definition of this behaviour but I did not see one. My guess is that this is an undesired behaviour (bug) resulting by this section in the spec [https://drafts.csswg.org/css-transitions/#starting](url) that has left unhandled. Before I will propose anything I wanted to post the issue to be sure that I'm not mistaken. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5324 using your GitHub account
Received on Wednesday, 15 July 2020 08:53:49 UTC