Skip to content

[css-text-4] Make ideograph-alpha and ideograph-numeric part of text-spacing: normal #6950

Closed
@hfhchan

Description

@hfhchan

The baseline behaviour of text-spacing should always turn on ideograph-alpha and ideograph-numeric when in the horizontal writing direction. In the vertical direction, it should be turned on when the western text is rotated1 and turned off if the western text is not2.

Microsoft Word has ideograph-alpha/ideograph-numeric turned on by default. The iOS UI also has this spacing, but I'm not sure if it's done on the rendering level, or spaces are injected during string interpolation.

On other platforms, it is not supported out of the box. Authors end up adding spaces themselves inconsistently, leading to horrible UIs like this:
image

CSS should support this turned on as the default.

There may also need to be an additional property for authors to specify the width of the inserted space they want. The default 1/4 space is fine.

Footnotes

  1. See CLREQ Figure 8.

  2. See CLREQ Figure 7.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions