Skip to content

Commit

Permalink
Fix a bug in bit pack. (#1311)
Browse files Browse the repository at this point in the history
SHA: 94cd816
Reason: push, by JensenPaul

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
qingxinwu and github-actions[bot] committed Oct 29, 2024
1 parent 63638db commit 1c1afa9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<title>Protected Audience (formerly FLEDGE)</title>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
<meta content="Bikeshed version 44fb9b41e, updated Mon Oct 21 15:57:35 2024 -0700" name="generator">
<meta content="Bikeshed version 9e4e5f0f6, updated Mon Oct 28 14:51:59 2024 -0700" name="generator">
<link href="https://wicg.github.io/turtledove/" rel="canonical">
<meta content="9f8d9516173ef35007dcfae37e468b76aba15cba" name="revision">
<meta content="94cd8166fafcc9da5b4a932f3e8cae19c1e60742" name="revision">
<meta content="dark light" name="color-scheme">
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
<style>
Expand Down Expand Up @@ -786,7 +786,7 @@
<div class="head">
<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>
<h1 class="p-name no-ref" id="title">Protected Audience (formerly FLEDGE)</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2024-10-28">28 October 2024</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2024-10-29">29 October 2024</time></p>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -5816,11 +5816,11 @@ <h3 class="heading settled" data-level="5.3" id="real-time-reporting-header"><sp
<ol>
<li data-md>
<p>Set <var>currentByte</var> to <var>currentByte</var> * 2.</p>
<li data-md>
<p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append③①">Append</a> <var>currentByte</var> to <var>packed</var>.</p>
<li data-md>
<p>Increment <var>numBits</var> by 1.</p>
</ol>
<li data-md>
<p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-append" id="ref-for-list-append③①">Append</a> <var>currentByte</var> to <var>packed</var>.</p>
</ol>
</ol>
<li data-md>
Expand Down

0 comments on commit 1c1afa9

Please sign in to comment.