Re: [whatwg/url] Fix: allow percent encoded code points in the non-special URLs host (#218)

rmisev commented on this pull request.



> @@ -407,21 +407,6 @@ steps:
  result of running <a>domain to Unicode</a> on <var>asciiDomain</var> otherwise.
 </ol>
 
-The <dfn export id=concept-opaque-host-parser>opaque host parser</dfn> takes a string <var>input</var>,
-and then runs these steps:
-
-<ol>
- <li><p>If <var>input</var> contains a <a>forbidden host code point</a> excluding "<code>%</code>", <a>syntax violation</a>,
- return failure.
-
- <li><p>Let <var>output</var> be the empty string.
-
- <li><p>For each code point in <var>input</var>, <a>UTF-8 percent encode</a> it using the
- <a>simple encode set</a>, and append the result to <var>output</var>.
-
- <li><p>Return <var>output</var>.
-</ol>
-
 The <dfn>IPv4 number parser</dfn> takes a string <var>input</var> and a

It looks like the `<hr>` is missing before "IPv4 number parser"

-- 
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/218#pullrequestreview-20749177

Received on Wednesday, 8 February 2017 12:44:43 UTC