- From: 一丝 via GitHub <sysbot+gh@w3.org>
- Date: Fri, 30 Aug 2024 15:44:40 +0000
- To: public-css-archive@w3.org
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