Skip to content

Commit

Permalink
typo from pr #4
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Apr 25, 2014
1 parent dcedfc3 commit e95fe72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
15 changes: 8 additions & 7 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<p><a class="logo" href="//www.whatwg.org/"><img alt="WHATWG" height="100" src="//resources.whatwg.org/logo-fetch.svg" width="100"></a>
<h1 id="cors">Fetch</h1>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-24-april-2014">Living Standard — Last Updated 24 April 2014</h2>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-25-april-2014">Living Standard — Last Updated 25 April 2014</h2>

<dl>
<dt>This Version:
Expand All @@ -33,7 +33,7 @@ <h2 class="no-num no-toc" id="living-standard-—-last-updated-24-april-2014">Li
<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 editor has waived all copyright and
related or neighboring rights to this work. In addition, as of
24 April 2014, the editor has made this specification available
25 April 2014, the editor has 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 @@ -486,16 +486,16 @@ <h3 id="responses"><span class="secno">2.3 </span>Responses</h3>
<a href="#concept-internal-response" title="concept-internal-response">internal response</a> can be used.

<p>A <dfn id="concept-filtered-response-basic" title="concept-filtered-response-basic">basic filtered response</dfn> is a
<a href="#concept-filtered-response" title="concept-filtered-response">filtered responses</a> whose
<a href="#concept-filtered-response" title="concept-filtered-response">filtered response</a> whose
<a href="#concept-response-headers" title="concept-response-headers">response headers</a> exclude any
<a href="#concept-header" title="concept-header">headers</a> in
<a href="#concept-internal-response" title="concept-internal-response">internal response</a>'s
<a href="#concept-response-headers" title="concept-response-headers">response headers</a> whose
<a href="#concept-header-name" title="concept-header-name">name</a> is `<code title="">Set-Cookie</code>` or
`<code title="">Set-Cookie2</code>`.

<p>A <dfn id="concept-filtered-response-cors" title="concept-filtered-response-cors">CORS filtered responses</dfn> is a
<a href="#concept-filtered-response" title="concept-filtered-response">filtered responses</a> whose
<p>A <dfn id="concept-filtered-response-cors" title="concept-filtered-response-cors">CORS filtered response</dfn> is a
<a href="#concept-filtered-response" title="concept-filtered-response">filtered response</a> whose
<a href="#concept-response-headers" title="concept-response-headers">response headers</a> exclude all
<a href="#concept-header" title="concept-header">headers</a> in
<a href="#concept-internal-response" title="concept-internal-response">internal response</a>'s
Expand All @@ -513,8 +513,8 @@ <h3 id="responses"><span class="secno">2.3 </span>Responses</h3>
<a href="#concept-header-name" title="concept-header-name">name</a> is
`<code title="http-access-control-expose-headers"><a href="#http-access-control-expose-headers">Access-Control-Expose-Headers</a></code>`.

<p>An <dfn id="concept-filtered-response-opaque" title="concept-filtered-response-opaque">opaque filtered responses</dfn> is a
<a href="#concept-filtered-response" title="concept-filtered-response">filtered responses</a> whose
<p>An <dfn id="concept-filtered-response-opaque" title="concept-filtered-response-opaque">opaque filtered response</dfn> is a
<a href="#concept-filtered-response" title="concept-filtered-response">filtered response</a> whose
<a href="#concept-response-type" title="concept-response-type">type</a> is <i title="">error</i>,
<a href="#concept-response-status" title="concept-response-status">status</a> is <code title="">0</code>,
<a href="#concept-response-status-message" title="concept-response-status-message">status message</a> is the empty byte sequence,
Expand Down Expand Up @@ -1755,6 +1755,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>

Adam Barth,
Alexey Proskuryakov,
Anssi Kostiainen,
Arne Johannessen,
Arthur Barstow,
Benjamin Hawkes-Lewis,
Expand Down
11 changes: 6 additions & 5 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,16 +460,16 @@ <h3>Responses</h3>
<span title=concept-internal-response>internal response</span> can be used.

<p>A <dfn title=concept-filtered-response-basic>basic filtered response</dfn> is a
<span title=concept-filtered-response>filtered responses</span> whose
<span title=concept-filtered-response>filtered response</span> whose
<span title=concept-response-headers>response headers</span> exclude any
<span title=concept-header>headers</span> in
<span title=concept-internal-response>internal response</span>'s
<span title=concept-response-headers>response headers</span> whose
<span title=concept-header-name>name</span> is `<code title>Set-Cookie</code>` or
`<code title>Set-Cookie2</code>`.

<p>A <dfn title=concept-filtered-response-cors>CORS filtered responses</dfn> is a
<span title=concept-filtered-response>filtered responses</span> whose
<p>A <dfn title=concept-filtered-response-cors>CORS filtered response</dfn> is a
<span title=concept-filtered-response>filtered response</span> whose
<span title=concept-response-headers>response headers</span> exclude all
<span title=concept-header>headers</span> in
<span title=concept-internal-response>internal response</span>'s
Expand All @@ -487,8 +487,8 @@ <h3>Responses</h3>
<span title=concept-header-name>name</span> is
`<code title=http-access-control-expose-headers>Access-Control-Expose-Headers</code>`.

<p>An <dfn title=concept-filtered-response-opaque>opaque filtered responses</dfn> is a
<span title=concept-filtered-response>filtered responses</span> whose
<p>An <dfn title=concept-filtered-response-opaque>opaque filtered response</dfn> is a
<span title=concept-filtered-response>filtered response</span> whose
<span title=concept-response-type>type</span> is <i title>error</i>,
<span title=concept-response-status>status</span> is <code title>0</code>,
<span title=concept-response-status-message>status message</span> is the empty byte sequence,
Expand Down Expand Up @@ -1689,6 +1689,7 @@ <h2 class=no-num>Acknowledgments</h2>

Adam Barth,
Alexey Proskuryakov,
Anssi Kostiainen,
Arne Johannessen,
Arthur Barstow,
Benjamin Hawkes-Lewis,
Expand Down

0 comments on commit e95fe72

Please sign in to comment.