Bug 261974 - Guarantee that word-break:auto-phrase behaves the same as word-break:normal if the language is not supported by the phrase-based line breaker
Summary: Guarantee that word-break:auto-phrase behaves the same as word-break:normal i...
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:08 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:08:17 PDT
Right now, we are assuming the phrase-based line breaker will behave the same as our normal line breaker for languages which it doesn't understand. We should either validate that this is actually true in all cases, or implement fallback logic to fall back to our own line breaker when the phrase line breaker doesn't understand the language.
Comment 1 Radar WebKit Bug Importer 2023-09-22 14:21:28 PDT
<rdar://problem/115909541>