Re: [jlreq] Fullwidth punctuation missing from character classes appendix (#185)

If we want to update them, here are the fullwidth punctuations that need to be updated:

```
( 0028 LEFT PARENTHESIS
[ 005B LEFT SQUARE BRACKET
{ 007B LEFT CURLY BRACKET
) 0029 RIGHT PARENTHESIS
] 005D RIGHT SQUARE BRACKET
} 007D RIGHT CURLY BRACKET
! 0021 EXCLAMATION MARK
? 003F QUESTION MARK
: 003A COLON
; 003B SEMICOLON
. 002E FULL STOP
, 002C COMMA
```

And some fullwidth symbols, digits, and latin letters in https://w3c.github.io/jlreq/#cl-19 might need updating too (Greek and Cyrillic letters seem to be correct). Note that the brackets appear in more than one character class.

-- 
GitHub Notification of comment by xfq
Please view or discuss this issue at https://github.com/w3c/jlreq/issues/185#issuecomment-591800818 using your GitHub account

Received on Thursday, 27 February 2020 06:11:30 UTC