- From: Tatsunori Uchino via GitHub <noreply@w3.org>
- Date: Sat, 21 Mar 2026 12:54:21 +0000
- To: public-css-archive@w3.org
> <table>
> <thead>
> <tr>
> <td></td>
> <th>colon punctuation</th>
> <th>dot punctuation</th></tr>
> </thead>
> <tbody>
> <tr>
> <th>Simplified Chinese (horizontal)</th>
> <td>closing</td>
> <td>closing</td>
> </tr>
> <tr>
> <th>Simplified Chinese (vertical)</th>
> <td>closing</td>
> <td>closing</td>
> </tr>
> <tr>
> <th>Traditional Chinese</th>
> <td>middle dot</td>
> <td>middle dot</td>
> </tr>
> <tr>
> <th>Korean </th>
> <td>middle dot </td>
> <td>closing</td>
> </tr>
> <tr>
> <th>Japanese </th>
> <td>middle dot</td>
> <td>closing</td>
> </tr>
> </tbody>
> </table>
Simply listing the table above is insufficient to claim that variations sequences have been considered. A UA must classify a SVS whose base character is fullwidth colon or dot punctuation by the following rule if the current font support it:
<table>
<thead>
<tr>
<td></td>
<th>colon punctuation</th>
<th>dot punctuation</th>
</tr>
</thead>
<tbody>
<tr>
<th>+U+FE00</th>
<td>closing</td>
<td>closing</td>
</tr>
<tr>
<th>+U+FE01</th>
<td>middle dot</td>
<td>middle dot</td>
</tr>
</tbody>
</table>
--
GitHub Notification of comment by tats-u
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13654#issuecomment-4103282024 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 21 March 2026 12:54:22 UTC