- From: Peter Bex <notifications@github.com>
- Date: Tue, 18 Sep 2018 00:05:39 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 18 September 2018 07:06:02 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> + +<p>This specification uses the Augmented Backus-Naur Form (ABNF) +notation of STD 68 [[!STD68]], including the following core ABNF +syntax rules defined by that specification: ALPHA (letters), CR +(carriage return), DIGIT (decimal digits), DQUOTE (double quote), +HEXDIG (hexadecimal digits), LF (line feed), and SP (space).</p> + I copied this from the RFC. I did link to the ABNF STD. How would you recommend I change this? -- 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_r218318616
Received on Tuesday, 18 September 2018 07:06:02 UTC