(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Tue, 30 Sep 2014 15:03:28 +0000 (17:03 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Tue, 30 Sep 2014 15:03:28 +0000 (17:03 +0200)
domain-slash.rst

index e68c70fb92543f6988fc7ab61fd2302e97c0a897..02e9194c33b454a52e06750e173b0db86ee677cc 100644 (file)
@@ -15,8 +15,8 @@ RFC 3986
 --------\r
 RFC 3986 talks about normalization, and it recommends adding a slash:\r
 \r
-> In general, a URI that uses the generic syntax for authority with an\r
-> empty path should be normalized to a path of "/".\r
+  In general, a URI that uses the generic syntax for authority with an\r
+  empty path should be normalized to a path of "/".\r
 \r
 http://tools.ietf.org/html/rfc3986#section-6.2.3\r
 \r
@@ -25,11 +25,11 @@ WhatWG URL spec
 ---------------\r
 It also requires the slash after the domain name when serializing an URL:\r
 \r
-> An absolute URL must be a scheme, followed by ":", followed by either a scheme-relative URL [...]\r
-> [...]\r
-> A scheme-relative URL must be "//", optionally followed by userinfo and "@", followed by a host, optionally followed by ":" and a port, optionally followed by an absolute-path-relative URL.\r
-> [...]\r
-> An absolute-path-relative URL must be "/", followed by a path-relative URL that does not start with "/".\r
+  An absolute URL must be a scheme, followed by ":", followed by either a scheme-relative URL [...]\r
+  [...]\r
+  A scheme-relative URL must be "//", optionally followed by userinfo and "@", followed by a host, optionally followed by ":" and a port, optionally followed by an absolute-path-relative URL.\r
+  [...]\r
+  An absolute-path-relative URL must be "/", followed by a path-relative URL that does not start with "/".\r
 \r
 https://url.spec.whatwg.org/#writing\r
 \r