- From: Tatsunori Uchino via GitHub <noreply@w3.org>
- Date: Wed, 03 Sep 2025 14:31:23 +0000
- To: public-css-archive@w3.org
Quotation marks are now switchable to the CJK forms by a variation selector U+FE01 in Unicode 16: https://www.unicode.org/L2/L2023/23212r-quotes-svs-proposal.pdf https://www.unicode.org/Public/16.0.0/ucd/StandardizedVariants.txt ``` # East Asian punctuation positional and width variants 2018 FE00; non-fullwidth form; # LEFT SINGLE QUOTATION MARK 2018 FE01; right-justified fullwidth form; # LEFT SINGLE QUOTATION MARK 2019 FE00; non-fullwidth form; # RIGHT SINGLE QUOTATION MARK 2019 FE01; left-justified fullwidth form; # RIGHT SINGLE QUOTATION MARK 201C FE00; non-fullwidth form; # LEFT DOUBLE QUOTATION MARK 201C FE01; right-justified fullwidth form; # LEFT DOUBLE QUOTATION MARK 201D FE00; non-fullwidth form; # RIGHT DOUBLE QUOTATION MARK 201D FE01; left-justified fullwidth form; # RIGHT DOUBLE QUOTATION MARK ``` <img width="922" height="319" alt="Image" src="https://github.com/user-attachments/assets/33837f0d-613b-4905-b769-c93102a6c3e7" /> -- GitHub Notification of comment by tats-u Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5017#issuecomment-3249513445 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 3 September 2025 14:31:24 UTC