Bug 168200 - Migrate RenderText::previousOffsetForBackwardDeletion() to use a real ICU breaking iterator
Summary: Migrate RenderText::previousOffsetForBackwardDeletion() to use a real ICU bre...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 168199 168900
  Show dependency treegraph
 
Reported: 2017-02-12 13:53 PST by Myles C. Maxfield
Modified: 2017-02-26 22:18 PST (History)
2 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 2017-02-12 13:53:01 PST
Instead of baking in knowledge specific to every script inside RenderText, we should use the same infrastructure we use for line / word / character / caret breaking.