Re: [whatwg/url] Fix validity for opaque hosts (#494)

@annevk commented on this pull request.



> @@ -787,9 +788,15 @@ then runs these steps:
 <var>input</var>, and then runs these steps:
 
 <ol>
- <li><p>If <var>input</var> contains a <a>forbidden host code point</a> excluding U+0025 (%),
+ <li><p>If <var>input</var> contains a <a>forbidden host code point</a>, excluding U+0025 (%),

So one usage of excluding could also omit it, but another is after inclusive and therefore cannot omit it. I guess I'm okay with omitting when possible.

-- 
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/494#discussion_r420204398

Received on Tuesday, 5 May 2020 15:36:12 UTC