[css-text-4] Implement text-spacing-trim property
Categories
(Core :: Layout: Text and Fonts, enhancement)
Tracking
()
| Size Estimate | M |
People
(Reporter: sebo, Unassigned)
References
(Depends on 3 open bugs, Blocks 5 open bugs, )
Details
(Keywords: dev-doc-needed, Whiteboard: [jp-reserve][platform-feature][webcompat:risk-low])
User Story
web-feature: text-spacing-trim
The CSS Text Module Level 4 defines a text-spacing-trim property that controls spacing around CJK punctuation characters on the same line.
It is a longhand for the text-spacing property, which is meant to be implemented in bug 289130.
This bug is meant to implement that property.
Sebastian
| Reporter | ||
Updated•1 year ago
|
Updated•9 months ago
|
Updated•8 months ago
|
Comment 1•7 months ago
|
||
For additional background, see also https://www.w3.org/International/jlreq/gap-analysis/#issue182_glyphs and https://www.w3.org/International/jlreq/gap-analysis/#issue181_glyphs.
Updated•7 months ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Comment 2•5 months ago
|
||
Yu Gothic UI (system-ui for Japanese Windows) must be explicitly excluded from this specification for the time being.
Comment 3•5 months ago
|
||
(In reply to Tatsunori Uchino from comment #2)
Yu Gothic UI (system-ui for Japanese Windows) must be explicitly excluded from this specification for the time being.
Which issue does this font have? Broken halt feature?
Comment 4•5 months ago
|
||
Yes, its GPOS table and halt is completely rotten and broken.
Comment 5•5 months ago
|
||
We have to apply a provisional patch like:
https://chromium-review.googlesource.com/6831235
https://github.com/chromium/chromium/commit/884a87eca099f473d635911b9c7c89441c46feb2
Comment 6•2 months ago
|
||
Yu Gothic UI has just been fixed by the latest monthly KB. You do not need a patch any longer.
Comment 7•1 month ago
|
||
I prepared a test case: https://codepen.io/tats-u/pen/QwEWwEq (Note: It will try to download Source Han Sans VF .woff2 (which is 14MB))
Description
•