Skip to content

Commit

Permalink
Attempt to clarify file URL example: https://www.w3.org/Bugs/Public/s…
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jun 26, 2014
1 parent 0ddf05b commit e382028
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions url.html
Expand Up @@ -9,7 +9,7 @@

<hgroup>
<h1 class="allcaps">URL</h1>
<h2>Living Standard — Last Updated 25 June 2014</h2>
<h2>Living Standard — Last Updated 26 June 2014</h2>
</hgroup>

<dl>
Expand Down Expand Up @@ -38,7 +38,7 @@ <h2>Living Standard — Last Updated 25 June 2014</h2>
<p class="copyright"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="http://i.creativecommons.org/p/zero/1.0/80x15.png"></a>
To the extent possible under law, the editors have waived all copyright and
related or neighboring rights to this work. In addition, as of
25 June 2014, the editors have made this specification available
26 June 2014, the editors have made this specification available
under the
<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
which is available at
Expand Down Expand Up @@ -1257,7 +1257,8 @@ <h3 id="parsing"><span class="secno">5.2 </span>Parsing</h3>
<var title="">url</var>'s <a href="#concept-url-port" title="concept-url-port">port</a> to
<var title="">base</var>'s <a href="#concept-url-port" title="concept-url-port">port</a>.

<pre class="example">file:/example.org/</pre>
<p class="example no-backref"><code>file:/path/</code> will not inherit
<var title="">base</var>'s <a href="#concept-url-host" title="concept-url-host">host</a>.

<li><p>Set <var title="">state</var> to <a href="#relative-path-state">relative path state</a>,
and decrease <var title="">pointer</var> by one.
Expand Down
3 changes: 2 additions & 1 deletion url.src.html
Expand Up @@ -1226,7 +1226,8 @@ <h3>Parsing</h3>
<var title>url</var>'s <span title=concept-url-port>port</span> to
<var title>base</var>'s <span title=concept-url-port>port</span>.

<pre class=example>file:/example.org/</pre>
<p class="example no-backref"><code>file:/path/</code> will not inherit
<var title>base</var>'s <span title=concept-url-host>host</span>.

<li><p>Set <var title>state</var> to <span>relative path state</span>,
and decrease <var title>pointer</var> by one.
Expand Down

0 comments on commit e382028

Please sign in to comment.