Bug 168207 - ☔️ Bring our use of ICU breaking iterators forward into the future
Summary: ☔️ Bring our use of ICU breaking iterators forward into the future
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on: 168199 168204 168208 168900 160629 168182 168198 168203 168205 168206 168210 168211 168213
Blocks:
  Show dependency treegraph
 
Reported: 2017-02-12 14:01 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 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