Re: [csswg-drafts] [css-text][text-spacing] Extra spacing between Hangul and Hanja (#9979)

Hangul should be added to the same category as symbols and punctuation:

```mermaid
flowchart LR
    IL["Ideographs"]
    EALN["Non-East Asian Letters / Digits"]

    subgraph N["Neutral"]
        HL["Hangul Letters"]
        NL["Non-Letters-or-Digits"]
    end

    IL <-- "insert spacing" --> EALN
    IL <-- "do not insert spacing" --> N
    N <-- "do not insert spacing" --> EALN
```

Hangul should not be added to "ideographs" or "non-ideographic letters".

-- 
GitHub Notification of comment by tats-u
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9979#issuecomment-4322306218 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 26 April 2026 14:59:14 UTC