Bug 261975

Summary: 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.
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: heycam, mmaxfield, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 257698    

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.