- From: Philip Rogers via GitHub <sysbot+gh@w3.org>
- Date: Fri, 25 Mar 2022 20:57:40 +0000
- To: public-css-archive@w3.org
> But it looks like replaced elements can not have descendants so this point is moot.
With the spec server issues, I wasn't able to figure out if this is true in general. Videos are an example of user agent shadow dom descendants of a replaced element. A simple testcase of an img with a pseudo element descendant does not render:
```
<style>
img::after {
content: "test";
color: green;
}
</style>
abc<img style="width: 24px; height: 24px;" src="https://pr.gg/happy.png">
```
--
GitHub Notification of comment by progers
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7144#issuecomment-1079428689 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 25 March 2022 20:57:45 UTC