Skip to content

Commit

Permalink
Case (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke committed May 29, 2015
1 parent e681f89 commit 8f20eee
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions draft-ietf-httpbis-header-compression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@
</t>
</section>

<section title="Entry Eviction when Dynamic Table Size Changes"
<section title="Entry Eviction When Dynamic Table Size Changes"
anchor="entry.eviction">
<t>
Whenever the maximum size for the dynamic table is reduced,
Expand All @@ -578,7 +578,7 @@
</t>
</section>

<section title="Entry Eviction when Adding New Entries"
<section title="Entry Eviction When Adding New Entries"
anchor="entry.addition">
<t>
Before a new entry is added to the dynamic table, entries
Expand Down Expand Up @@ -635,7 +635,7 @@
</t>
<figure
anchor="Integer.Value.Encoded.within.the.Prefix.shown.for.N.5"
title="Integer Value Encoded within the Prefix (shown for N = 5)">
title="Integer Value Encoded within the Prefix (Shown for N = 5)">
<artwork type="inline"><![CDATA[
0 1 2 3 4 5 6 7
+---+---+---+---+---+---+---+---+
Expand All @@ -653,7 +653,7 @@
</t>
<figure
anchor="Integer.Value.Encoded.after.the.Prefix.shown.for.N.5"
title="Integer Value Encoded after the Prefix (shown for N = 5)">
title="Integer Value Encoded after the Prefix (Shown for N = 5)">
<artwork type="inline"><![CDATA[
0 1 2 3 4 5 6 7
+---+---+---+---+---+---+---+---+
Expand Down Expand Up @@ -995,7 +995,7 @@ else
</t>
</section>

<section title="Literal Header Field never Indexed"
<section title="Literal Header Field Never Indexed"
anchor="literal.header.never.indexed">
<t>
A literal header field never-indexed representation
Expand All @@ -1006,7 +1006,7 @@ else
</t>
<figure
anchor="Literal.Header.Field.never.Indexed.Indexed.Name"
title="Literal Header Field never Indexed - Indexed Name">
title="Literal Header Field Never Indexed - Indexed Name">
<artwork type="inline"><![CDATA[
0 1 2 3 4 5 6 7
+---+---+---+---+---+---+---+---+
Expand All @@ -1020,7 +1020,7 @@ else
</figure>
<figure
anchor="Literal.Header.Field.never.Indexed.New.Name"
title="Literal Header Field never Indexed - New Name">
title="Literal Header Field Never Indexed - New Name">
<artwork type="inline"><![CDATA[
0 1 2 3 4 5 6 7
+---+---+---+---+---+---+---+---+
Expand Down Expand Up @@ -1964,7 +1964,7 @@ EOS (256) |11111111|11111111|11111111|111111 3fffffff [30]
This section shows the representation of integer values in
details (see <xref target="integer.representation"/>).
</t>
<section title="Example 1: Encoding 10 Using a 5-bit Prefix"
<section title="Example 1: Encoding 10 Using a 5-Bit Prefix"
anchor="integer.representation.example1">
<t>
The value 10 is to be encoded with a 5-bit prefix.
Expand All @@ -1985,7 +1985,7 @@ EOS (256) |11111111|11111111|11111111|111111 3fffffff [30]
</figure>
</section>

<section title="Example 2: Encoding 1337 Using a 5-bit Prefix"
<section title="Example 2: Encoding 1337 Using a 5-Bit Prefix"
anchor="integer.representation.example2">
<t>
The value I=1337 is to be encoded with a 5-bit prefix.
Expand Down Expand Up @@ -2163,7 +2163,7 @@ custom-key: custom-header]]></artwork>
</t>
</section>

<section title="Literal Header Field never Indexed">
<section title="Literal Header Field Never Indexed">
<t>
The header field representation uses a literal name and a literal
value. The header field is not added to the dynamic table and must
Expand Down

0 comments on commit 8f20eee

Please sign in to comment.