Re: [whatwg/url] Use empty host for file URL's (#260)

I think the such table is clearer than a long explanatory text https://github.com/whatwg/url/pull/260#pullrequestreview-23976295, https://github.com/whatwg/url/pull/260#issuecomment-282751627:

| Scheme           | domain | IPv4 address | IPv6 address | opaque host | empty host | null |
|------------------|--------|--------------|--------------|-------------|------------|------|
| non-file special |    +   |      +       |      +       |             |            |      |
| "file"           |    +   |      +       |      +       |             |     +      |   +  |
| non-special      |        |              |      +       |      +      |     +      |   +  |

Then maybe no need for additional notes. What do you think?

-- 
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/260#issuecomment-283693494

Received on Thursday, 2 March 2017 15:58:26 UTC