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

kenchris has just created a new issue for https://github.com/w3c/web-nfc:

== Is the external type validate part correct? ==
![image](https://user-images.githubusercontent.com/1101339/174799279-5df4132f-aab3-4e2e-ab21-17df1ce58971.png)

asciiDomain here is the NSS part of https://datatracker.ietf.org/doc/html/rfc2141.html#section-2.2

For instance there is the rule that if there is a % it must be followed by two hex numbers, that is not checked in the algorithm.

Apart from that  "/" | "?" | "#" are allowed but reserved so we should probably ignore those for now (which we are doing).

Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/642 using your GitHub account


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

Received on Tuesday, 21 June 2022 12:33:48 UTC