Skip to content

Commit a9f25ff

Browse files
Merge pull request #590 from w3c/data-clone-error
SHA: faa91a7 Reason: push, by aboba Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f065d0 commit a9f25ff

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

pcm_codec_registration.html

Lines changed: 12 additions & 4 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 b0de3432c, updated Thu Oct 13 09:16:59 2022 -0700" name="generator">
9+
<meta content="Bikeshed version 63e66730b, updated Tue Oct 25 12:35:05 2022 -0700" name="generator">
1010
<link href="https://www.w3.org/TR/webcodecs-pcm-codec-registration/" rel="canonical">
11-
<meta content="1ceb71cad2a782efd600ef06c751b7092f91efcf" name="document-revision">
11+
<meta content="faa91a79e3338d7fe13fefcabe92721ec47408a0" name="document-revision">
1212
<style>/* style-autolinks */
1313

1414
.css.css, .property.property, .descriptor.descriptor {
@@ -297,6 +297,14 @@
297297
.heading > a.self-link {
298298
font-size: 83%;
299299
}
300+
.example > a.self-link,
301+
.note > a.self-link,
302+
.issue > a.self-link {
303+
/* These blocks are overflow:auto, so positioning outside
304+
doesn't work. */
305+
left: auto;
306+
right: 0;
307+
}
300308
li > a.self-link {
301309
left: calc(-1 * (3.5rem - 26px) - 2em);
302310
}
@@ -453,7 +461,7 @@
453461
<div class="head">
454462
<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>
455463
<h1 class="p-name no-ref" id="title">Linear PCM 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-10-21">21 October 2022</time></p>
464+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2022-10-27">27 October 2022</time></p>
457465
<details open>
458466
<summary>More details about this document</summary>
459467
<div data-fill-with="spec-metadata">
@@ -751,7 +759,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
751759
<dt id="biblio-webcodecs">[WEBCODECS]
752760
<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>
753761
<dt id="biblio-webidl">[WEBIDL]
754-
<dd>Web Interface Description Language (Second Edition) URL: <a href="https://webidl.spec.whatwg.org/">https://webidl.spec.whatwg.org/</a>
762+
<dd>Edgar Chen; Timothy Gu. <a href="https://webidl.spec.whatwg.org/"><cite>Web IDL Standard</cite></a>. Living Standard. URL: <a href="https://webidl.spec.whatwg.org/">https://webidl.spec.whatwg.org/</a>
755763
</dl>
756764
<h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
757765
<dl>

0 commit comments

Comments
 (0)