Skip to content

Commit 8f2e0d9

Browse files
cweiskeTimothy B. Terriberry
authored andcommitted
Add ids to v-comment.html
This allows linking to specific sections. Signed-off-by: Timothy B. Terriberry <[email protected]>
1 parent d8ffc48 commit 8f2e0d9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/v-comment.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
<h1>Ogg Vorbis I format specification: comment field and header specification</h1>
7474

75-
<h1>Overview</h1>
75+
<h1 id="overview">Overview</h1>
7676

7777
<p>The Vorbis text comment header is the second (of three) header
7878
packets that begin a Vorbis bitstream. It is meant for short, text
@@ -92,9 +92,9 @@ <h1>Overview</h1>
9292
opening for Moxy Fr&uuml;vous, 1997"
9393
</p></blockquote>
9494

95-
<h1>Comment encoding</h1>
95+
<h1 id="commentencoding">Comment encoding</h1>
9696

97-
<h2>Structure</h2>
97+
<h2 id="structure">Structure</h2>
9898

9999
<p>The comment header logically is a list of eight-bit-clean vectors; the
100100
number of vectors is bounded to 2^32-1 and the length of each vector
@@ -122,7 +122,7 @@ <h2>Structure</h2>
122122
9) done.
123123
</pre>
124124

125-
<h2>Content vector format</h2>
125+
<h2 id="vectorformat">Content vector format</h2>
126126

127127
<p>The comment vectors are structured similarly to a UNIX environment variable.
128128
That is, comment fields consist of a field name and a corresponding value and
@@ -144,7 +144,7 @@ <h2>Content vector format</h2>
144144
field contents to the end of the field.</li>
145145
</ul>
146146

147-
<h3>Field names</h3>
147+
<h3 id="fieldnames">Field names</h3>
148148

149149
<p>Below is a proposed, minimal list of standard field names with a
150150
description of intended use. No single or group of field names is
@@ -216,7 +216,7 @@ <h3>Field names</h3>
216216

217217
</dl>
218218

219-
<h3>Implications</h3>
219+
<h3 id="implications">Implications</h3>
220220

221221
<ul>
222222
<li>Field names should not be 'internationalized'; this is a
@@ -244,7 +244,7 @@ <h3>Implications</h3>
244244
</pre></li>
245245
</ul>
246246

247-
<h2>Encoding</h2>
247+
<h2 id="encoding">Encoding</h2>
248248

249249
<p>The comment header comprises the entirety of the second bitstream
250250
header packet. Unlike the first bitstream header packet, it is not

0 commit comments

Comments
 (0)