Skip to content

Commit

Permalink
Made sure that path is derived from the URI's path component (closes s…
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Caceres committed May 7, 2013
1 parent e9d08da commit f6a0b24
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,7 @@ <h3>
<a href=
"http://www.whatwg.org/specs/web-apps/current-work/#resolve-a-url">Resolve</a>
<em>URI</em> into an <a href=
"http://url.spec.whatwg.org/#concept-absolute-url">absolute URL</a>.
</p>
"http://url.spec.whatwg.org/#concept-absolute-url">absolute URL</a> using the document's origin as the base.</p>
</li>
<li>
<p>
Expand All @@ -557,9 +556,7 @@ <h3>
</li>
<li>
<p>
Let <var>path</var> be the path to the file being sought by the user
agent.
</p>
Let <var>path</var> be the <code>path</code> component of URI. </p>
</li>
<li>
<p>
Expand All @@ -577,7 +574,7 @@ <h3>
</li>
<li>
<p>
If retrieving <var>potential-file</var> results in a error (e.g., the
Otherwise, if retrieving <var>potential-file</var> results in an error (e.g., the
file is corrupt, locked, etc.), return a <span>[HTTP]</span> <a href=
"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1">500
Internal Server Error</a> <span>response</span>.
Expand Down

0 comments on commit f6a0b24

Please sign in to comment.