Re: [csswg-drafts] [css-text-4] Add an optional second value to `hyphenate-character` to render the unchosen `­` (#12255)

I think I still don't entirely understand. If I try your example:
```
<p lang="de-DE-1901">Nach Tagen der Suche konnte sie eine Pampelmuse
 ent&shy;<span style="hyphenate-character: 'k-' 'c';">de<span
 style="font-size: 0px; float: inline-end;">c</span>&shy;ken</span>,
 und begann, ein Stilleben anzufertigen.</p>
```
in a current browser (i.e. one that doesn't support this suggested feature), and the `&shy;` in `entdecken` is **not** used as a breakpoint, the word renders as "entdeken" -- there's no visible "c". Isn't that wrong? So this does not seem to be backward-compatible.

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


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

Received on Tuesday, 15 July 2025 21:42:39 UTC