Re: [whatwg/url] Add non-special-URL hosts (#185)

domenic commented on this pull request.



> @@ -846,6 +846,14 @@ resource the <a for=/>URL</a>'s other components identify. It is initially null.
 
 <hr>
 
+<p>A <dfn export>non-special-URL host</dfn> is an <a>ASCII string</a> holding data that can be used
+for further processing.
+
+<p class="note no-backref">A <a>non-special-URL host</a> is emphatically not a <a for=/>host</a> and
+only used by <a lt="is special">non-special URLs</a>.

_is_ only used by...?

> @@ -2096,9 +2116,21 @@ then runs these steps:
  <li><p>If <var>url</var>'s <a for=url>cannot-be-a-base-URL flag</a> is set, append the first string
  in <var>url</var>'s <a for=url>path</a> to <var>output</var>.
 
- <li><p>Otherwise, append "<code>/</code>", followed by the strings in <var>url</var>'s
- <a for=url>path</a> (including empty strings), separated from each other by
- "<code>/</code>", to <var>output</var>.
+ <li>
+  <p>Otherwise, then:

Remove ", then" here

-- 
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/185#pullrequestreview-14591535

Received on Wednesday, 28 December 2016 18:13:54 UTC