- From: Trevor Rowbotham <notifications@github.com>
- Date: Mon, 11 May 2020 12:36:19 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 11 May 2020 19:36:31 UTC
@TRowbotham commented on this pull request. > @@ -85,6 +85,170 @@ valid input. User agents, especially conformance checkers, are encouraged to rep unclear to other developers. </div> +<table> + <thead> + <tr> + <th>Error Code + <th>Error Message + <tbody> + <tr> + <td><dfn>unexpected-c0-control-or-space</dfn> + <td>This error occurs when the input to the URL parser contains leading or trailing + <a>C0 control or space</a> code points. The URL parser subsequently strips any matching code + points. + <tr> + <td><dfn>unexpected-ascii-tab-or-newline</dfn> Is the consensus to stick with all lowercase? -- 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_r423272176
Received on Monday, 11 May 2020 19:36:31 UTC