normalize numbered list item format

from edits made during the RFC AUTH48 process

Change-Id: I82a5d78c0ea611e71927ffb13aa78ccdddfd6dd0
This commit is contained in:
James Zern 2023-08-09 13:51:38 -07:00
parent dd7364c3ce
commit b6c4ce2635

View File

@ -636,11 +636,11 @@ the image.
Each pixel is encoded using one of the three possible methods: Each pixel is encoded using one of the three possible methods:
1. Prefix-coded literals: each channel (green, red, blue, and alpha) is 1. Prefix-coded literals: Each channel (green, red, blue, and alpha) is
entropy-coded independently; entropy-coded independently.
2. LZ77 backward reference: a sequence of pixels are copied from elsewhere 2. LZ77 backward reference: A sequence of pixels are copied from elsewhere in
in the image; or the image.
3. Color cache code: using a short multiplicative hash code (color cache 3. Color cache code: Using a short multiplicative hash code (color cache
index) of a recently seen color. index) of a recently seen color.
The following subsections describe each of these in detail. The following subsections describe each of these in detail.