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

Editorial: move Windows drive letter to a more logical location #227

Merged
merged 1 commit into from
Feb 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ DOM, Encoding, IDNA, and Web IDL Standards.
<p>To <dfn>serialize an integer</dfn>, represent it as the shortest possible decimal
number.

<hr>

<p>A <dfn>Windows drive letter</dfn> is two code points, of which the first is
an <a>ASCII alpha</a> and the second is either "<code>:</code>" or "<code>|</code>".

<p>A <dfn>normalized Windows drive letter</dfn> is a <a>Windows drive letter</a> of which
the second code point is "<code>:</code>".


<h3 id=parsers>Parsers</h3>

Expand Down Expand Up @@ -934,6 +926,15 @@ input might be a <a>relative-URL string</a>.

<hr>

<p>A <dfn>Windows drive letter</dfn> is two code points, of which the first is an <a>ASCII alpha</a>
and the second is either "<code>:</code>" or "<code>|</code>".

<p>A <dfn>normalized Windows drive letter</dfn> is a <a>Windows drive letter</a> of which the second
code point is "<code>:</code>".

<p class="note">As per the <a href=#url-syntax>URL syntax</a> section, only a
<a>normalized Windows drive letter</a> is conforming.

<p id=pop-a-urls-path>To <dfn local-lt=shorten>shorten a <var>url</var>'s path</dfn>:

<ol>
Expand Down