Re: [web-nfc] Is the external type validate part correct? (#642)

So the newer specs says its:

NSS           = pchar *(pchar / "/")

pchar         = unreserved / pct-encoded / sub-delims / ":" / "@"
unreserved    = ALPHA / DIGIT / "-" / "." / "_" / "~"
pct-encoded = "%" HEXDIG HEXDIG
sub-delims  = "!" / "$" / "&" / "'" / "(" / ")" / "*" / "+" / "," / ";" / "="

It's basically the same as allowed for type + @ and &, as well as / (but not for first char) and the hex restriction for %

-- 
GitHub Notification of comment by kenchris
Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/642#issuecomment-1167169278 using your GitHub account


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

Received on Monday, 27 June 2022 10:20:34 UTC