[whatwg/url] fix typo in IPv4 number parser algorithm (#166)

I hope that I am correct in my understanding, here. As ASCII hex digits
are the letters A to F and are used to represent digits with values 10
to 15, it will confused people newer to these concepts if they're asked
to also replace the values 0-9 with ASCII hex digits; even though from a
philosophical standpoint you could argue all of the numbers 0 to 15 are
technically in such a format.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/url/pull/166

-- Commit Summary --

  * fix typo in IPv4 number parser algorithm

-- File Changes --

    M url.bs (3)

-- Patch Links --

https://github.com/whatwg/url/pull/166.patch
https://github.com/whatwg/url/pull/166.diff

-- 
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/pull/166

Received on Saturday, 26 November 2016 21:19:11 UTC