Skip to content

Commit

Permalink
[Spec] Fix wrong IG size for updates (#1224)
Browse files Browse the repository at this point in the history
SHA: fcc8c17
Reason: push, by JensenPaul

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
caraitto and github-actions[bot] committed Jul 30, 2024
1 parent 004d25e commit 8202ac2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
<meta content="Bikeshed version c3a8ac783, updated Wed Jul 24 12:20:06 2024 -0700" name="generator">
<link href="https://wicg.github.io/turtledove/" rel="canonical">
<meta content="71ade673be5ff305b111d1fb8f53ea50881a58af" name="revision">
<meta content="fcc8c17ef49a23a99c1681f203f68239e6973593" 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-07-28">28 July 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-07-30">30 July 2024</time></p>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -1217,7 +1217,7 @@ <h3 class="heading settled" data-level="2.1" id="join-ad-interest-groups"><span
</ol>
</ol>
<li data-md>
<p>If <var>interestGroup</var>’s <a data-link-type="dfn" href="#interest-group-estimated-size" id="ref-for-interest-group-estimated-size">estimated size</a> > 1048576, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①③">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①②">TypeError</a></code>.</p>
<p>If <var>interestGroup</var>’s <a data-link-type="dfn" href="#interest-group-estimated-size" id="ref-for-interest-group-estimated-size">estimated size</a> > 1048576 bytes, then <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#dfn-throw" id="ref-for-dfn-throw①③">throw</a> a <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#exceptiondef-typeerror" id="ref-for-exceptiondef-typeerror①②">TypeError</a></code>.</p>
<li data-md>
<p>Let <var>p</var> be <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#a-new-promise" id="ref-for-a-new-promise">a new promise</a>.</p>
<li data-md>
Expand Down Expand Up @@ -6537,7 +6537,7 @@ <h2 class="heading settled" data-level="9" id="interest-group-updates"><span cla
<li data-md>
<p><var>ig</var>’s <a data-link-type="dfn" href="#interest-group-ads" id="ref-for-interest-group-ads①⑧">ads</a> is not null, and <var>ig</var>’s <a data-link-type="dfn" href="#interest-group-additional-bid-key" id="ref-for-interest-group-additional-bid-key⑥">additional bid key</a> is not null;</p>
<li data-md>
<p><var>ig</var>’s <a data-link-type="dfn" href="#interest-group-estimated-size" id="ref-for-interest-group-estimated-size④">estimated size</a> is greater than 50 KB.</p>
<p><var>ig</var>’s <a data-link-type="dfn" href="#interest-group-estimated-size" id="ref-for-interest-group-estimated-size④">estimated size</a> is greater than 1048576 bytes.</p>
</ul>
<li data-md>
<p>Set <var>ig</var>’s <a data-link-type="dfn" href="#interest-group-next-update-after" id="ref-for-interest-group-next-update-after②">next update after</a> to the <a data-link-type="dfn" href="https://w3c.github.io/hr-time/#dfn-current-wall-time" id="ref-for-dfn-current-wall-time①③">current wall time</a> plus 24 hours.</p>
Expand Down

0 comments on commit 8202ac2

Please sign in to comment.