[whatwg/url] incorrect definition of ASCII hex digits (#121)

https://url.spec.whatwg.org/#infrastructure

> The ASCII hex digits are ASCII digits, code points in the range U\+0041 to U\+0046, inclusive, and code points in the range U\+0061 to U\+0066, inclusive\.

In definition above, shouldn't ASCII hex digits include U\+0030 to U\+0039 (0-9)?

Based on usage in the document, it does not appear to be referring to only a-f and A-F. For example:

> A percent\-encoded byte is "%", followed by two ASCII hex digits\. Sequences of percent\-encoded bytes, after conversion to bytes, should not cause UTF\-8 decode without BOM or fail to return failure\.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/121

Received on Tuesday, 17 May 2016 20:41:53 UTC