From c369c4bf0b41de19387ec5fba0266c98240f2472 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 26 May 2023 18:58:40 +0000 Subject: [PATCH] doc/webp-lossless-bitstream-spec: improve link text Reference the section by number, rather than 'this section'. Fixes a lint warning: Style notice: Write unique, descriptive link text that makes sense without the surrounding text. Don't use phrases such as this document, this article, or click here. https://developers.google.com/style/link-text?hl=en#write-link-text Change-Id: Iab33e4980528dddb5eed4404d25a4a746705131a --- doc/webp-lossless-bitstream-spec.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/webp-lossless-bitstream-spec.txt b/doc/webp-lossless-bitstream-spec.txt index 2b2c0343..ebaf6550 100644 --- a/doc/webp-lossless-bitstream-spec.txt +++ b/doc/webp-lossless-bitstream-spec.txt @@ -631,7 +631,8 @@ The following subsections describe each of these in detail. #### 5.2.1 Prefix Coded Literals The pixel is stored as prefix coded values of green, red, blue and alpha (in -that order). See [this section](#decoding-entropy-coded-image-data) for details. +that order). See [Section 6.2.3](#decoding-entropy-coded-image-data) for +details. #### 5.2.2 LZ77 Backward Reference @@ -1017,7 +1018,7 @@ represents a set of five prefix codes. Also, `prefix_code_groups` is an array of The decoder then uses prefix code group `prefix_group` to decode the pixel (x, y) as explained in the [next section](#decoding-entropy-coded-image-data). -#### 6.2.3 Decoding Entropy-coded Image Data +#### 6.2.3 Decoding Entropy-Coded Image Data For the current position (x, y) in the image, the decoder first identifies the corresponding prefix code group (as explained in the last section). Given the