Re: [csswg-drafts] [css-pseudo-4] Enable use of `text-stroke` on `::first-letter` pseudo element (#10892)

For what it's worth, this already works in both Firefox and Safari:

```
data:text/html,<style>p::first-letter{font-size:4em;-webkit-text-stroke:4px red;paint-order:stroke fill}</style><p>Hello world</p>
```

[The spec](https://drafts.csswg.org/css-pseudo/#first-letter-styling) allows (but does not) require support for it:

> User agents may apply other properties as well.

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


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

Received on Sunday, 15 September 2024 17:42:50 UTC