Re: [csswg-drafts] [css-backgrounds-4] The `background-clip: text` needs to contain `text-emphasis` (#10805)

Safari is actually a separate issue, nothing to do with `background-clip`. That is, `text-emphasis` doesn't respect `U+FE0F` (VS16).

❤️ This emoji actually contains two characters:

- U+2764
- U+FE0F

Open the following code in Safari and you'll see that the text-emphasis is only rendered to `U+2764

```html
data:text/html;charset=UTF-8,<!doctype html>
<style>
.foo {
 font-size: 52px;
 border: solid 1px blue;
 text-emphasis-style: "❤️";
 display: inline;
}
</style>
<div class="foo">test emoji❤️</div>
```



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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 30 August 2024 15:44:41 UTC