summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-11-21 10:33:37 -0800
committerJames Zern <jzern@google.com>2022-11-21 10:53:13 -0800
commitd8ed8c117c9a42c0c0f9a3ff2492d01a688889d5 (patch)
tree2aec130aae52817f3d6777085e4a473a5e7fcf67
parent52ec0b8f61a480509f92d13a9dba3be66ce4998b (diff)
downloadlibwebp-d8ed8c117c9a42c0c0f9a3ff2492d01a688889d5.tar.gz
webp-container-spec: normalize section title case
Use 'title case' as recommended in RFC 7322 (Section 3.4 Capitalization) Bug: webp:448 Change-Id: I9762402499eb58acbe9ccb75f4f8d2b9c3e9b26b
-rw-r--r--doc/webp-container-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/webp-container-spec.txt b/doc/webp-container-spec.txt
index 20a9c7ff..ffa919eb 100644
--- a/doc/webp-container-spec.txt
+++ b/doc/webp-container-spec.txt
@@ -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
@@ -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.