Skip to content

Commit

Permalink
Clean up some "two links, same place" and use consistent section numb…
Browse files Browse the repository at this point in the history
…ers in section links. #194 (#415)
  • Loading branch information
svgeesus authored Jan 28, 2024
1 parent 679c098 commit f376058
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2362,8 +2362,7 @@ <h2>Color types and values</h2>
<section id="6AlphaRepresentation">
<h2>Alpha representation</h2>

<p>In a PNG datastream transparency may be represented in one of four ways, depending on the PNG image type (see <a>alpha
separation</a> and <a>alpha compaction</a>).</p>
<p>In a PNG datastream transparency may be represented in one of four ways, depending on the PNG image type (see <a href="#3alphaSeparation"></a> and <a href="#3alphaCompaction"></a>).</p>
<!-- <ol start="1"> -->

<ol>
Expand Down Expand Up @@ -2498,7 +2497,7 @@ <h2>Interlacing and pass extraction</h2>
<section class="introductory" id="8InterlaceIntro">
<h3>Introduction</h3>

<p>Pass extraction (see <a href="#figure48">figure 4.8</a>) splits a PNG image into a sequence of reduced images (the
<p>Pass extraction (see <a href="#figure48">Figure 4.8</a>) splits a PNG image into a sequence of reduced images (the
interlaced PNG image) where the first image defines a coarse view and subsequent images enhance this coarse view until the
last image completes the PNG image. This allows progressive display of the interlaced PNG image by the decoder and allows
images to "fade in" when they are being displayed on-the-fly. On average, interlacing slightly expands the datastream size,
Expand Down Expand Up @@ -2535,7 +2534,7 @@ <h2>Interlace methods</h2>
pass contains all of scanlines 1, 3, 5, etc. The transmission order is defined so that all the scanlines transmitted in a
pass will have the same number of pixels; this is necessary for proper application of some of the filters. The interlaced PNG
image consists of a sequence of seven reduced images. For example, if the PNG image is 16 by 16 pixels, then the third pass
will be a reduced image of two scanlines, each containing four pixels (see <a href="#figure48">figure 4.8</a>).</p>
will be a reduced image of two scanlines, each containing four pixels (see <a href="#figure48">Figure 4.8</a>).</p>

<p>Scanlines that do not completely fill an integral number of bytes are padded as defined in <a href="#7Scanline"></a>.</p>

Expand Down Expand Up @@ -4368,8 +4367,7 @@ <h2><span class="chunk">zTXt</span> Compressed textual data</h2>
</tr>
</table>

<p>The keyword and null character are the same as in the <a class="chunk" href="#11tEXt">tEXt</a> chunk (see <a href=
"#11tEXt"></a>). The keyword is not compressed. The compression method entry defines the compression method used. The
<p>The keyword and null character are the same as in the <a class="chunk" href="#11tEXt">tEXt</a> chunk. The keyword is not compressed. The compression method entry defines the compression method used. The
only value defined in this International Standard is 0 (<a>deflate</a> compression). Other values are reserved for future
standardization. The compression method entry is followed by the compressed text datastream that makes up the remainder
of the chunk. For compression method 0, this datastream is a <a>zlib</a> datastream with deflate compression (see
Expand Down

0 comments on commit f376058

Please sign in to comment.