Skip to content

Commit d589670

Browse files
achristensen07annevk
authored andcommitted
Remove gopher from list of special schemes
Tests: web-platform-tests/wpt#19770. Fixes #342.
1 parent 5f8576e commit d589670

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

url.bs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,20 +1141,12 @@ corresponding <a for=url>port</a> and is listed in the second column on the same
11411141
<th><a for=url>port</a>
11421142
<tr><td>"<code>ftp</code>"<td>21
11431143
<tr><td>"<code>file</code>"<td>
1144-
<tr><td>"<code>gopher</code>"<td>70
11451144
<tr><td>"<code>http</code>"<td>80
11461145
<tr><td>"<code>https</code>"<td>443
11471146
<tr><td>"<code>ws</code>"<td>80
11481147
<tr><td>"<code>wss</code>"<td>443
11491148
</table>
11501149

1151-
<!-- The best reason I have for listing "gopher" is Apple/Google:
1152-
https://github.com/WebKit/webkit/blob/master/Source/WebCore/platform/URL.cpp#L72
1153-
https://code.google.com/p/google-url/source/browse/trunk/src/url_canon_stdurl.cc#120
1154-
1155-
It seems fine to remain compatible on that front, no need to support it
1156-
elsewhere though. -->
1157-
11581150
<p>A <a for=/>URL</a> <dfn export>is special</dfn> if its <a for=url>scheme</a> is a
11591151
<a>special scheme</a>. A <a for=/>URL</a> <dfn>is not special</dfn> if its <a for=url>scheme</a> is
11601152
not a <a>special scheme</a>.

0 commit comments

Comments
 (0)