Bug 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.
Summary: Guarantee that word-break:auto-phrase does something sensible if there's a ra...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 257698
  Show dependency treegraph
 
Reported: 2023-09-22 14:10 PDT by Myles C. Maxfield
Modified: 2023-09-22 14:21 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 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.
Comment 1 Radar WebKit Bug Importer 2023-09-22 14:21:50 PDT
<rdar://problem/115909561>