Bug 168207

Summary: ☔️ Bring our use of ICU breaking iterators forward into the future
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: TextAssignee: Myles C. Maxfield <mmaxfield>
Status: NEW ---    
Severity: Normal CC: mmaxfield, sam
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 168199, 168204, 168208, 168900, 160629, 168182, 168198, 168203, 168205, 168206, 168210, 168211, 168213    
Bug Blocks:    

Description Myles C. Maxfield 2017-02-12 14:01:35 PST
See blocking bugs.
Comment 1 Myles C. Maxfield 2017-02-12 14:06:41 PST
Currently, we use:

* Line break
    * “line-break” property: auto, loose, normal, strict
    * loose, normal, strict are locale-specific: CJK languages get a different set of rules.
* Word break
* Sentence break
* Character break
* Cursor movement
* Backspace iterator