- From: Michaël Rouges <michael.rouges@gmail.com>
- Date: Mon, 28 May 2018 20:35:22 +0200
- To: www-style list <www-style@w3.org>
Received on Monday, 28 May 2018 18:35:48 UTC
Hi all,
Tiny proposal about a then selector, useful to mais some transitions, etc.,
when events are chained.
Example :
```
/* triggers when the focused ol loose the focus, if the ol is still
hovered */
ol:focus:then(:hover) {
transition: width .3ms;
}
```
Useful, for example, to close a focused list, but after a possible click
effect, or to show a message, when an input pass from :invalid to :valid,
etc.
What do you think about it?
Michaël Rouges - https://github.com/Lcfvs - @Lcfvs
Received on Monday, 28 May 2018 18:35:48 UTC