Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gopher from list of special schemes #453

Merged
merged 1 commit into from Oct 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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