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

Reference ABNF spec #131

Merged
merged 1 commit into from Sep 26, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 7 additions & 3 deletions Overview.html
Expand Up @@ -7,7 +7,7 @@

<p><a class="logo" href="https://whatwg.org/"><img alt="WHATWG" height="100" src="https://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-25-september-2015">Living Standard — Last Updated 25 September 2015</h2>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-26-september-2015">Living Standard — Last Updated 26 September 2015</h2>

<dl>
<dt>Participate:
Expand Down Expand Up @@ -166,7 +166,8 @@ <h2 class="short" id="conformance"><span class="secno">2 </span>Conformance</h2>

<h2 id="infrastructure"><span class="secno">3 </span>Infrastructure</h2>

<p>This specification uses terminology from the Encoding, HTML, IDL, Streams, and URL Standards.
<p>This specification uses terminology from the ABNF, Encoding, HTML, IDL, Streams, and URL Standards.
<a href="#refsABNF">[ABNF]</a>
<a href="#refsENCODING">[ENCODING]</a>
<a href="#refsHTML">[HTML]</a>
<a href="#refsWEBIDL">[WEBIDL]</a>
Expand Down Expand Up @@ -4401,7 +4402,10 @@ <h3 class="no-num" id="cors-protocol-and-http-caches">CORS protocol and HTTP cac


<h2 class="no-num" id="references">References</h2>
<div id="anolis-references"><dl><dt id="refsCOOKIES">[COOKIES]
<div id="anolis-references"><dl><dt id="refsABNF">[ABNF]
<dd><cite><a href="http://tools.ietf.org/html/rfc5234">Augmented BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker and P. Overell. IETF.

<dt id="refsCOOKIES">[COOKIES]
<dd><cite><a href="https://tools.ietf.org/html/rfc6265">HTTP State Management Mechanism</a></cite>, Adam Barth. IETF.

<dt id="refsCORS">[CORS]
Expand Down
3 changes: 2 additions & 1 deletion Overview.src.html
Expand Up @@ -106,7 +106,8 @@ <h2 class="short">Conformance</h2>

<h2>Infrastructure</h2>

<p>This specification uses terminology from the Encoding, HTML, IDL, Streams, and URL Standards.
<p>This specification uses terminology from the ABNF, Encoding, HTML, IDL, Streams, and URL Standards.
<span data-anolis-ref>ABNF</span>
<span data-anolis-ref>ENCODING</span>
<span data-anolis-ref>HTML</span>
<span data-anolis-ref>WEBIDL</span>
Expand Down