Skip to content

Commit

Permalink
Remove gopher from list of special schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
achristensen07 authored and annevk committed Oct 18, 2019
1 parent 5f8576e commit d589670
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions url.bs
Expand Up @@ -1141,20 +1141,12 @@ corresponding <a for=url>port</a> and is listed in the second column on the same
<th><a for=url>port</a>
<tr><td>"<code>ftp</code>"<td>21
<tr><td>"<code>file</code>"<td>
<tr><td>"<code>gopher</code>"<td>70
<tr><td>"<code>http</code>"<td>80
<tr><td>"<code>https</code>"<td>443
<tr><td>"<code>ws</code>"<td>80
<tr><td>"<code>wss</code>"<td>443
</table>

<!-- The best reason I have for listing "gopher" is Apple/Google:
https://github.com/WebKit/webkit/blob/master/Source/WebCore/platform/URL.cpp#L72
https://code.google.com/p/google-url/source/browse/trunk/src/url_canon_stdurl.cc#120
It seems fine to remain compatible on that front, no need to support it
elsewhere though. -->

<p>A <a for=/>URL</a> <dfn export>is special</dfn> if its <a for=url>scheme</a> is a
<a>special scheme</a>. A <a for=/>URL</a> <dfn>is not special</dfn> if its <a for=url>scheme</a> is
not a <a>special scheme</a>.
Expand Down

0 comments on commit d589670

Please sign in to comment.