- From: Peter Bex <notifications@github.com>
- Date: Mon, 17 Sep 2018 23:45:05 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 18 September 2018 06:45:27 UTC
sjamaan commented on this pull request. > @@ -2346,6 +2347,105 @@ string <var>input</var>, optionally with a <a>base URL</a> <var>base</var>, opti </ol> +<h4 id=grammar>Formal grammar for minimally acceptable URLs</h4> + +<p>It is the intention that the above parsing algorithm accepts a +superset of the language defined by the following grammar. The +grammar is only defined for UTF-8. The <var>encoding override</var> +option is not supported. Resolving the URL against a <a>base URL</a> +or raising an error if the URL is relative should be done after +parsing.</p> + How should I reword it to make it normative? -- 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/416#discussion_r218314274
Received on Tuesday, 18 September 2018 06:45:27 UTC