webp-lossless-bitstream-spec: normalize list item case

In Section 6.2 Details, use uppercase after a :. This is more consistent
with the rest of the doc.

Bug: webp:611
Change-Id: I7ac862c90fd8e5fe0bad0dd5e3515d3095a6dc9a
This commit is contained in:
James Zern 2023-08-14 17:35:35 -07:00
parent 68820f0e53
commit a2de25f6b6

View File

@ -832,11 +832,11 @@ The encoded image data consists of several parts:
For any given pixel (x, y), there is a set of five prefix codes associated with For any given pixel (x, y), there is a set of five prefix codes associated with
it. These codes are (in bitstream order): it. These codes are (in bitstream order):
* **Prefix code #1**: used for green channel, backward-reference length, and * **Prefix code #1**: Used for green channel, backward-reference length, and
color cache. color cache.
* **Prefix code #2, #3, and #4**: used for red, blue, and alpha channels, * **Prefix code #2, #3, and #4**: Used for red, blue, and alpha channels,
respectively. respectively.
* **Prefix code #5**: used for backward-reference distance. * **Prefix code #5**: Used for backward-reference distance.
From here on, we refer to this set as a **prefix code group**. From here on, we refer to this set as a **prefix code group**.