Re: [csswg-drafts] [web-animations-1] What if the effect target is a nested pseudo-element? (#4487)

We may need two separate concepts (as proposed in https://github.com/w3c/csswg-drafts/issues/3836#issuecomment-502344378). But an originating element that can be a pseudo-element is useful. For example, some behavior of a marker is controlled by the `list-style` properties on the originating element. So `list-style` on `#target` affects `#target::marker`, and `list-style` on `#target::before` affects `#target::before::marker`. We don't want the `list-style` on `#target` to affect both `#target::marker` and `#target::before::marker`

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

Received on Saturday, 9 November 2019 20:59:47 UTC