Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions css-text-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -10625,6 +10625,13 @@ Fullwidth Punctuation Collapsing</h4>
the font has proportional ideographs
and the fullwidth advance width cannot be reliably determined by measuring glyphs.

Some fonts have fullwidth punctuation characters
whose blank are too small to trim (kern.)
UA may choose not to trim (kern)
when the UA determined the trimming (kerning) may cause
glyph cut-offs, collisions, or excessive kerning
through glyph bounding box, glyph metrics, or font features.

If 'text-spacing-trim' is ''trim-all'',
the UA must collapse the space typically associated with such full width glyphs
regardless of the context in which they appear.
Expand Down