NEW 261975
Guarantee that word-break:auto-phrase does something sensible if there's a random word in the middle the content that isn't in the declared language.
https://bugs.webkit.org/show_bug.cgi?id=261975
Summary Guarantee that word-break:auto-phrase does something sensible if there's a ra...
Myles C. Maxfield
Reported 2023-09-22 14:10:57 PDT
For example, <div lang="zh-Hans">中国Hello中国</div>. We have to make sure that something sensible happens to the inner word "Hello". Ideally we'd use the same or similar infrastructure as https://bugs.webkit.org/show_bug.cgi?id=261973 rather than naively letting it overflow.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-22 14:21:50 PDT
Note You need to log in before you can comment on or make changes to this bug.