Skip to content

Commit 945b6e0

Browse files
committed
[css-text-4] If font features can determine fullwidth/halfwidth glyph shapes, use those even if the font has proportional glyphs.
1 parent 2c13101 commit 945b6e0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

css-text-4/Overview.bs

+7-2
Original file line numberDiff line numberDiff line change
@@ -1265,8 +1265,13 @@ Fullwidth Punctuation Collapsing</h4>
12651265
which is not acceptable here.
12661266

12671267
Some fonts use proportional glyphs for fullwidth punctuation characters.
1268-
For such proportional glyphs, the given advance width is considered
1269-
simultaneously full-width and half-width: no space is added or removed.
1268+
If there is no support in the font for distinguishing
1269+
fullwidth vs halfwidth glyph shapes
1270+
(e.g. through font features),
1271+
then for such proportional glyphs,
1272+
the given advance width is considered
1273+
simultaneously full-width and half-width:
1274+
the UA must not add or remove space to these glyphs.
12701275

12711276
Note: The advance width of a standard Han character
12721277
can be determined either from font metrics

0 commit comments

Comments
 (0)