- From: Trevor Rowbotham <notifications@github.com>
- Date: Sat, 09 May 2020 17:16:14 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 10 May 2020 00:16:26 UTC
@TRowbotham commented on this pull request. > + <td>This error occurs when no <a>scheme</a> is present and either no <a>base URL</a> + was provided or the <a>base URL</a> cannot be used as a <a>base URL</a>. + <tr> + <td><dfn>relative-url-missing-beginning-solidus</dfn> + <td>This error occurs when a <a>relative-URL String</a> is given that does not begin with a + U+002F (/) code point. + <tr> + <td><dfn>wrong-solidus-special-scheme</dfn> + <td>This error occurs when a URL with a <a>special scheme</a> uses the U+005C (\) reverse + solidus code point instead of the U+002F (/) code point. + <tr> + <td><dfn>missing-solidus-before-authority</dfn> + <td>This error occurs if the URL <a>includes credentials</a> and they are not preceeded by + two "<code>//</code>" U+002F (/) code points. + <tr> + <td><dfn>unexpected-@-code-point</dfn> Makes sense. -- 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/502#discussion_r422563422
Received on Sunday, 10 May 2020 00:16:26 UTC