Closed
Bug 1611578
Opened 5 years ago
Closed 1 year ago
[css-text] Line breaking for ambiguous characters; e.g., U+2010, U+2013
Categories
(Core :: Layout: Text and Fonts, defect, P3)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
DUPLICATE
of bug 1719535
People
(Reporter: mozilla-apprentice, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Resolutions were made for csswg-drafts/#4419.
[css-text] Line breaking for ambiguous characters; e.g., U+2010, U+2013
- RESOLVED: Adopt the suggestion in https://github.com/w3c/csswg\-drafts/issues/4419\#issuecomment\-577700150
- RESOLVED: Disallow before hyphen in normal and strict. Allow break between ID and hyphen in loose. This means Kanji+Hyphen breaks; and Alphabetic+Hyphen doesn't break, unless word-break: break-all makes Alphabetic behave like ID.
Updated•3 years ago
|
Blocks: line-breaking
Depends on: segmenter
Comment 1•3 years ago
|
||
ICU4X line breaker has implemented this resolution in is_break_utf32_by_loose() with tests here.
Updated•2 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
/css/css-text/line-break/line-break-loose-hyphens-001.html. This is fixed by ICU4X.
You need to log in
before you can comment on or make changes to this bug.
Description
•