Bug 168207
Summary: | ☔️ Bring our use of ICU breaking iterators forward into the future | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | Text | Assignee: | 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: |
Myles C. Maxfield
See blocking bugs.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
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