Skip to content

Commit

Permalink
tune use of ABNF (closes #415)
Browse files Browse the repository at this point in the history
- mention the syntax
- update the reference
- type the citations consistently
  • Loading branch information
reschke authored and craigpratt committed Nov 25, 2017
1 parent 259822a commit 066167e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions draft-ietf-httpbis-rand-access-live.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rfc [
<!ENTITY RFC2119 SYSTEM "http://www.rfc-editor.org/refs/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC4234 SYSTEM "http://www.rfc-editor.org/refs/bibxml/reference.RFC.4234.xml">
<!ENTITY RFC5234 SYSTEM "http://www.rfc-editor.org/refs/bibxml/reference.RFC.5234.xml">
<!ENTITY RFC7230 SYSTEM "http://www.rfc-editor.org/refs/bibxml/reference.RFC.7230.xml">
<!ENTITY RFC7233 SYSTEM "http://www.rfc-editor.org/refs/bibxml/reference.RFC.7233.xml">

Expand Down Expand Up @@ -193,6 +193,11 @@
</t>
</section>

<section title="Notational Conventions">
<t>This document cites productions in Augmented Backus-Naur Form (ABNF) productions
from <xref target="RFC7233"/>, using the notation defined in <xref target="RFC5234"/>.
</t>
</section>
</section>

<section anchor="definition" title="Performing Range requests on Random-Access Aggregating (&quot;live&quot;) Content">
Expand Down Expand Up @@ -229,7 +234,7 @@
<t>
Establishing if a representation is continuously aggregating ("live") and determining the randomly-accessible byte range can both be determined using the existing definition for an open-ended byte-range request. Specifically, <xref target="RFC7233"></xref> defines a byte-range request of the form:
</t>
<figure><artwork type="abnf2616">
<figure><artwork type="abnf">
byte-range-spec = first-byte-pos "-" [ last-byte-pos ]
</artwork></figure>
<t>
Expand Down Expand Up @@ -444,7 +449,7 @@
</references>

<references title="Informative References">
&RFC4234;
&RFC5234;
</references>

<section anchor="Acknowledgements" title="Acknowledgements" numbered="false">
Expand Down

0 comments on commit 066167e

Please sign in to comment.