Skip to content

Commit 88b0b3a

Browse files
Merge pull request #493 from w3c/revise_processing_model_fix_queue_size
SHA: e24686d Reason: push, by @chcunningham Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 637edee commit 88b0b3a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

flac_codec_registration.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<meta content="ED" name="w3c-status">
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
88
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
9-
<meta content="Bikeshed version fb1e763a4, updated Tue Mar 1 13:13:50 2022 -0800" name="generator">
9+
<meta content="Bikeshed version 70e626dff, updated Wed Jul 27 11:34:41 2022 -0700" name="generator">
1010
<link href="https://www.w3.org/TR/webcodecs-flac-codec-registration/" rel="canonical">
11-
<meta content="a0ead9838d51d945b9bd8ad4a32a017e1fa1f42f" name="document-revision">
11+
<meta content="e24686d8c15479f529424fd5fc02f4b3aa64e1f4" name="document-revision">
1212
<style>/* style-autolinks */
1313

1414
.css.css, .property.property, .descriptor.descriptor {
@@ -453,7 +453,7 @@
453453
<div class="head">
454454
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
455455
<h1 class="p-name no-ref" id="title">FLAC WebCodecs Registration</h1>
456-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2022-05-24">24 May 2022</time></p>
456+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2022-07-28">28 July 2022</time></p>
457457
<details open>
458458
<summary>More details about this document</summary>
459459
<div data-fill-with="spec-metadata">
@@ -560,7 +560,7 @@ <h2 class="heading settled" data-level="4" id="encodedaudiochunk-type"><span cla
560560
<p class="note" role="note"><span>NOTE:</span> Once the initialization has succeeded, any FLAC packet can be decoded at
561561
any time without error, but this might not result in the expected audio output.</p>
562562
<h2 class="heading settled" data-level="5" id="privacy-and-security-considerations"><span class="secno">5. </span><span class="content">Privacy and Security Considerations</span><a class="self-link" href="#privacy-and-security-considerations"></a></h2>
563-
<p>Please refer to the <a href="https://www.w3.org/TR/webcodecs/#privacy-considerations">Privacy Considerations</a> and <a href="https://www.w3.org/TR/webcodecs/#security-considerations">Security Considerations</a> sections in <a data-link-type="biblio" href="#biblio-webcodecs">[WEBCODECS]</a>.</p>
563+
<p>Please refer to the <a href="https://w3c.github.io/webcodecs/#privacy-considerations">Privacy Considerations</a> and <a href="https://w3c.github.io/webcodecs/#security-considerations">Security Considerations</a> sections in <a data-link-type="biblio" href="#biblio-webcodecs">[WEBCODECS]</a>.</p>
564564
</main>
565565
<div data-fill-with="conformance">
566566
<h2 class="no-ref no-num heading settled" id="w3c-conformance"><span class="content">Conformance</span><a class="self-link" href="#w3c-conformance"></a></h2>
@@ -587,7 +587,7 @@ <h3 class="no-ref no-num heading settled" id="w3c-conventions"><span class="cont
587587
and are set apart from the normative text
588588
with <code>class="note"</code>,
589589
like this: </p>
590-
<p class="note" role="note">Note, this is an informative note. </p>
590+
<p class="note" role="note">Note, this is an informative note.</p>
591591
<h3 class="no-ref no-num heading settled" id="w3c-conformant-algorithms"><span class="content">Conformant Algorithms</span><a class="self-link" href="#w3c-conformant-algorithms"></a></h3>
592592
<p>Requirements phrased in the imperative as part of algorithms
593593
(such as "strip any leading space characters"
@@ -672,14 +672,14 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
672672
<dt id="biblio-rfc2119">[RFC2119]
673673
<dd>S. Bradner. <a href="https://datatracker.ietf.org/doc/html/rfc2119"><cite>Key words for use in RFCs to Indicate Requirement Levels</cite></a>. March 1997. Best Current Practice. URL: <a href="https://datatracker.ietf.org/doc/html/rfc2119">https://datatracker.ietf.org/doc/html/rfc2119</a>
674674
<dt id="biblio-webcodecs">[WEBCODECS]
675-
<dd>Chris Cunningham; Paul Adenot; Bernard Aboba. <a href="https://www.w3.org/TR/webcodecs/"><cite>WebCodecs</cite></a>. 16 February 2022. WD. URL: <a href="https://www.w3.org/TR/webcodecs/">https://www.w3.org/TR/webcodecs/</a>
675+
<dd>Chris Cunningham; Paul Adenot; Bernard Aboba. <a href="https://w3c.github.io/webcodecs/"><cite>WebCodecs</cite></a>. URL: <a href="https://w3c.github.io/webcodecs/">https://w3c.github.io/webcodecs/</a>
676676
</dl>
677677
<h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
678678
<dl>
679679
<dt id="biblio-flac">[FLAC]
680680
<dd><a href="https://xiph.org/flac/format.html"><cite>FLAC - format</cite></a>. URL: <a href="https://xiph.org/flac/format.html">https://xiph.org/flac/format.html</a>
681681
<dt id="biblio-webcodecs-codec-registry">[WEBCODECS-CODEC-REGISTRY]
682-
<dd>Chris Cunningham; Paul Adenot; Bernard Aboba. <a href="https://www.w3.org/TR/webcodecs-codec-registry/"><cite>WebCodecs Codec Registry</cite></a>. 21 March 2022. NOTE. URL: <a href="https://www.w3.org/TR/webcodecs-codec-registry/">https://www.w3.org/TR/webcodecs-codec-registry/</a>
682+
<dd>Chris Cunningham; Paul Adenot; Bernard Aboba. <a href="https://w3c.github.io/webcodecs/codec_registry.html"><cite>WebCodecs Codec Registry</cite></a>. URL: <a href="https://w3c.github.io/webcodecs/codec_registry.html">https://w3c.github.io/webcodecs/codec_registry.html</a>
683683
</dl>
684684
<script>/* script-dfn-panel */
685685

0 commit comments

Comments
 (0)