Skip to content

Commit

Permalink
webp-container-spec: normalize section title case
Browse files Browse the repository at this point in the history
Use 'title case' as recommended in RFC 7322 (Section 3.4 Capitalization)

Bug: webp:448
Change-Id: I9762402499eb58acbe9ccb75f4f8d2b9c3e9b26b
  • Loading branch information
jzern committed Nov 21, 2022
1 parent 52ec0b8 commit d8ed8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/webp-container-spec.txt
Expand Up @@ -658,7 +658,7 @@ The formats of VP8 and VP8L chunks are as described in sections
[Simple File Format (Lossy)](#simple-file-format-lossy)
and [Simple File Format (Lossless)](#simple-file-format-lossless) respectively.

#### Color profile
#### Color Profile

0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
Expand Down Expand Up @@ -744,7 +744,7 @@ A file MAY contain unknown chunks:
Readers SHOULD ignore these chunks. Writers SHOULD preserve them in their
original order (unless they specifically intend to modify these chunks).

### Assembling the Canvas from frames
### Assembling the Canvas From Frames

Here we provide an overview of how a reader MUST assemble a canvas in the case
of an animated image.
Expand Down

0 comments on commit d8ed8c1

Please sign in to comment.