Skip to content

Commit a6ec498

Browse files
authored
Compression is a WHATWG standard now
See whatwg/sg#236 for context.
1 parent 34d39f1 commit a6ec498

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

index.bs

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
<pre class="metadata">
2-
Title: Compression Streams
2+
Group: WHATWG
3+
H1: Compression
34
Shortname: compression
4-
Level: none
5-
Status: CG-DRAFT
6-
Group: wicg
7-
ED: https://wicg.github.io/compression/
8-
Editor: Canon Mukai, Google
9-
Editor: Adam Rice, Google
10-
Abstract:
11-
This document defines a set of JavaScript APIs to compress and decompress
12-
streams of binary data.
13-
Repository: wicg/compression
5+
Text Macro: TWITTER compressionstandard
6+
Abstract: This document defines a set of JavaScript APIs to compress and decompress streams of binary data.
147
Indent: 2
158
Markup Shorthands: markdown yes
16-
Boilerplate: omit conformance
179
</pre>
1810
<pre class="link-defaults">
1911
spec:streams; type:interface; text:ReadableStream
@@ -230,5 +222,9 @@ function decompressBlob(blob) {
230222
}
231223
</pre>
232224

233-
# Acknowledgments # {#acknowledgments}
234-
The editors wish to thank Domenic Denicola and Yutaka Hirano, for their support.
225+
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
226+
Thanks to Canon Mukai, Domenic Denicola, and Yutaka Hirano, for their support.
227+
228+
This standard is written by Adam Rice (<a href="https://google.com">Google</a>, <a href="mailto:ricea@chromium.org">ricea@chromium.org</a>).
229+
230+
<p boilerplate=ipr>This Living Standard was originally developed in the W3C WICG, where it was available under the [W3C Software and Document License](https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document).

0 commit comments

Comments
 (0)