Skip to content

Commit e26f862

Browse files
authored
Style the note about the naming of "deflate" (#41)
Make the note about the use of "deflate" to refer to the "zlib" format more prominent by rendering it as a note. Also regenerate index.html, which has the side-effect of adding MDN annotations.
1 parent d2e9b4e commit e26f862

File tree

2 files changed

+210
-72
lines changed

2 files changed

+210
-72
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ A <dfn>compression context</dfn> is the internal state maintained by a compressi
6969
: `deflate`
7070
:: "ZLIB Compressed Data Format" [[!RFC1950]]
7171

72-
* This format is referred to as "deflate" for consistency with HTTP Content-Encodings. See [[RFC7230]] section 4.2.2.
72+
Note: This format is referred to as "deflate" for consistency with HTTP Content-Encodings. See [[RFC7230]] section 4.2.2.
73+
7374
* Implementations must be "compliant" as described in [[!RFC1950]] section 2.3.
7475
* Field values described as invalid in [[!RFC1950]] must not be created by CompressionStream, and are errors for DecompressionStream.
7576
* The only valid value of the `CM` (Compression method) part of the `CMF` field is 8.

0 commit comments

Comments
 (0)