[whatwg/url] Instances of split should link to Infra (#323)

The "IPv4 parser" and the "`application/x-www-form-urlencoded` parser" both use the word _split_ without defining the algorithm to do so. In particular, this leaves ambiguous the case where the delimiter does not occur in the string or byte sequence.

Infra defines many different types of splits, but it is likely that the "[strictly split](https://infra.spec.whatwg.org/#strictly-split)" algorithm is what is intended here.

One caveat, however, is that the "`application/x-www-form-urlencoded` parser" operates on bytes, rather than on code points. This might require some finagling.

-- 
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/323

Received on Sunday, 11 June 2017 15:13:27 UTC