[whatwg/url] Clarify language around scheme state with state override in basic URL parser (#315)

In 11.(scheme state).2.1:
> 1. If _url_’s scheme is a special scheme and _buffer_ is not, then return.
> 1. If _url_’s scheme is not a special scheme and _buffer_ is, then return.

This is not unambiguously clear that _buffer_ is to be checked for being a special scheme.

cc @domenic 

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

Received on Wednesday, 31 May 2017 21:20:53 UTC