Skip to content

Commit

Permalink
Merge pull request #283 from tim-huber/rename-hasPrivateTokens
Browse files Browse the repository at this point in the history
SHA: c8bdf69
Reason: push, by dvorak42

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dvorak42 and github-actions[bot] committed Jan 11, 2024
1 parent 7e0db97 commit 547ddeb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://wicg.github.io/trust-token-api/" rel="canonical">
<meta content="f5c677514ad312146fc3f1a170cc2a551ac2728b" name="document-revision">
<meta content="c8bdf69da3662b0a30e07e7e2444278cbb2a7ea0" name="document-revision">
<style>/* Boilerplate: style-autolinks */
.css.css, .property.property, .descriptor.descriptor {
color: var(--a-normal-text);
Expand Down Expand Up @@ -647,7 +647,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">Private State Token API</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="2023-12-28">28 December 2023</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-01-11">11 January 2024</time></p>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand All @@ -664,7 +664,7 @@ <h1 class="p-name no-ref" id="title">Private State Token API</h1>
</dl>
</div>
<div data-fill-with="warning"></div>
<p class="copyright" data-fill-with="copyright"><a href="https://www.w3.org/policies/#copyright">Copyright</a> © 2023 the Contributors to the Private State Token API Specification, published by the <a href="https://www.w3.org/community/wicg/">Web Platform Incubator Community Group</a> under the <a href="https://www.w3.org/community/about/agreements/cla/">W3C Community Contributor License Agreement (CLA)</a>.
<p class="copyright" data-fill-with="copyright"><a href="https://www.w3.org/policies/#copyright">Copyright</a> © 2024 the Contributors to the Private State Token API Specification, published by the <a href="https://www.w3.org/community/wicg/">Web Platform Incubator Community Group</a> under the <a href="https://www.w3.org/community/about/agreements/cla/">W3C Community Contributor License Agreement (CLA)</a>.
A human-readable <a href="http://www.w3.org/community/about/agreements/cla-deed/">summary</a> is available. </p>
<hr title="Separator for header">
</div>
Expand Down Expand Up @@ -1686,13 +1686,13 @@ <h3 class="heading settled" data-level="10.2" id="redemption-records"><span clas
</ol>
<h3 class="heading settled" data-level="10.3" id="the-document-object"><span class="secno">10.3. </span><span class="content">Changes to <code class="idl"><a data-link-type="idl" href="https://dom.spec.whatwg.org/#document" id="ref-for-document">Document</a></code></span><a class="self-link" href="#the-document-object"></a></h3>
<pre class="idl highlight def"><c- b>partial</c-> <c- b>interface</c-> <a class="idl-code" data-link-type="interface" href="https://dom.spec.whatwg.org/#document" id="ref-for-document①"><c- g>Document</c-></a> {
<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise" id="ref-for-idl-promise"><c- b>Promise</c-></a>&lt;<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean"><c- b>boolean</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-document-hasprivatetokens" id="ref-for-dom-document-hasprivatetokens"><c- g>hasPrivateTokens</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString①"><c- b>USVString</c-></a> <dfn class="idl-code" data-dfn-for="Document/hasPrivateTokens(issuer)" data-dfn-type="argument" data-export id="dom-document-hasprivatetokens-issuer-issuer"><code><c- g>issuer</c-></code><a class="self-link" href="#dom-document-hasprivatetokens-issuer-issuer"></a></dfn>);
<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise" id="ref-for-idl-promise"><c- b>Promise</c-></a>&lt;<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean"><c- b>boolean</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-document-hasprivatetoken" id="ref-for-dom-document-hasprivatetoken"><c- g>hasPrivateToken</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString①"><c- b>USVString</c-></a> <dfn class="idl-code" data-dfn-for="Document/hasPrivateToken(issuer)" data-dfn-type="argument" data-export id="dom-document-hasprivatetoken-issuer-issuer"><code><c- g>issuer</c-></code><a class="self-link" href="#dom-document-hasprivatetoken-issuer-issuer"></a></dfn>);
<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise" id="ref-for-idl-promise①"><c- b>Promise</c-></a>&lt;<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean①"><c- b>boolean</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-document-hasredemptionrecord" id="ref-for-dom-document-hasredemptionrecord"><c- g>hasRedemptionRecord</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString②"><c- b>USVString</c-></a> <dfn class="idl-code" data-dfn-for="Document/hasRedemptionRecord(issuer)" data-dfn-type="argument" data-export id="dom-document-hasredemptionrecord-issuer-issuer"><code><c- g>issuer</c-></code><a class="self-link" href="#dom-document-hasredemptionrecord-issuer-issuer"></a></dfn>);
};
</pre>
<h2 class="heading settled" data-level="11" id="query-apis"><span class="secno">11. </span><span class="content">Query APIs</span><a class="self-link" href="#query-apis"></a></h2>
<h3 class="heading settled" data-level="11.1" id="token-query"><span class="secno">11.1. </span><span class="content">Token Query</span><a class="self-link" href="#token-query"></a></h3>
<p>When invoked on <code class="idl"><a data-link-type="idl" href="https://dom.spec.whatwg.org/#document" id="ref-for-document②">Document</a></code> <var>doc</var> with <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString③">USVString</a></code> <var>issuer</var>, the <dfn class="dfn-paneled idl-code" data-dfn-for="Document" data-dfn-type="method" data-export id="dom-document-hasprivatetokens"><code>hasPrivateTokens(issuer)</code></dfn> method must run these steps:</p>
<p>When invoked on <code class="idl"><a data-link-type="idl" href="https://dom.spec.whatwg.org/#document" id="ref-for-document②">Document</a></code> <var>doc</var> with <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-USVString" id="ref-for-idl-USVString③">USVString</a></code> <var>issuer</var>, the <dfn class="dfn-paneled idl-code" data-dfn-for="Document" data-dfn-type="method" data-export id="dom-document-hasprivatetoken"><code>hasPrivateToken(issuer)</code></dfn> method must run these steps:</p>
<ol>
<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>
Expand Down Expand Up @@ -1937,7 +1937,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
<li><a href="#generate-masked-tokens">generate masked tokens</a><span>, in § 5</span>
<li><a href="#handle-an-issue-response">handle an issue response</a><span>, in § 9.3</span>
<li><a href="#handle-a-redeem-response">handle a redeem response</a><span>, in § 10.1</span>
<li><a href="#dom-document-hasprivatetokens">hasPrivateTokens(issuer)</a><span>, in § 11.1</span>
<li><a href="#dom-document-hasprivatetoken">hasPrivateToken(issuer)</a><span>, in § 11.1</span>
<li><a href="#dom-document-hasredemptionrecord">hasRedemptionRecord(issuer)</a><span>, in § 11.2</span>
<li><a href="#insert-a-token">insert a token</a><span>, in § 5</span>
<li><a href="#is-associated-with">is associated with</a><span>, in § 5</span>
Expand Down Expand Up @@ -2225,7 +2225,7 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I
};

<c- b>partial</c-> <c- b>interface</c-> <a class="idl-code" data-link-type="interface" href="https://dom.spec.whatwg.org/#document"><c- g>Document</c-></a> {
<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise"><c- b>Promise</c-></a>&lt;<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean"><c- b>boolean</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-document-hasprivatetokens"><c- g>hasPrivateTokens</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString"><c- b>USVString</c-></a> <a href="#dom-document-hasprivatetokens-issuer-issuer"><code><c- g>issuer</c-></code></a>);
<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise"><c- b>Promise</c-></a>&lt;<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean"><c- b>boolean</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-document-hasprivatetoken"><c- g>hasPrivateToken</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString"><c- b>USVString</c-></a> <a href="#dom-document-hasprivatetoken-issuer-issuer"><code><c- g>issuer</c-></code></a>);
<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-promise"><c- b>Promise</c-></a>&lt;<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean"><c- b>boolean</c-></a>> <a class="idl-code" data-link-type="method" href="#dom-document-hasredemptionrecord"><c- g>hasRedemptionRecord</c-></a>(<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-USVString"><c- b>USVString</c-></a> <a href="#dom-document-hasredemptionrecord-issuer-issuer"><code><c- g>issuer</c-></code></a>);
};

Expand Down Expand Up @@ -2685,7 +2685,7 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I
window.dfnpanelData['handle-a-redeem-response'] = {"dfnID": "handle-a-redeem-response", "url": "#handle-a-redeem-response", "dfnText": "handle a redeem response", "refSections": [{"refs": [{"id": "ref-for-handle-a-redeem-response"}], "title": "6.4. Modifications to HTTP fetch steps"}, {"refs": [{"id": "ref-for-handle-a-redeem-response\u2460"}], "title": "10.2. Redemption Records"}], "external": false};
window.dfnpanelData['redemption-record'] = {"dfnID": "redemption-record", "url": "#redemption-record", "dfnText": "Redemption Record", "refSections": [{"refs": [{"id": "ref-for-redemption-record"}], "title": "6.1. Definitions"}, {"refs": [{"id": "ref-for-redemption-record\u2460"}], "title": "10. Redeeming Tokens"}, {"refs": [{"id": "ref-for-redemption-record\u2461"}, {"id": "ref-for-redemption-record\u2462"}, {"id": "ref-for-redemption-record\u2463"}], "title": "10.1. Handling Redeem Responses"}, {"refs": [{"id": "ref-for-redemption-record\u2464"}, {"id": "ref-for-redemption-record\u2465"}, {"id": "ref-for-redemption-record\u2466"}], "title": "10.2. Redemption Records"}, {"refs": [{"id": "ref-for-redemption-record\u2467"}], "title": "11.2. Redemption Record Query"}, {"refs": [{"id": "ref-for-redemption-record\u2468"}], "title": "12.1. The 'Sec-Private-State-Token' Header Field"}, {"refs": [{"id": "ref-for-redemption-record\u2460\u24ea"}], "title": "12.2. The 'Sec-Private-State-Token-Lifetime' Header Field"}, {"refs": [{"id": "ref-for-redemption-record\u2460\u2460"}], "title": "12.4. The 'Sec-Redemption-Record' Header Field"}], "external": false};
window.dfnpanelData['append-private-state-token-redemption-record-headers'] = {"dfnID": "append-private-state-token-redemption-record-headers", "url": "#append-private-state-token-redemption-record-headers", "dfnText": "append private state token redemption record headers", "refSections": [{"refs": [{"id": "ref-for-append-private-state-token-redemption-record-headers"}], "title": "6.3. Modifications to http-network-or-cache fetch"}, {"refs": [{"id": "ref-for-append-private-state-token-redemption-record-headers\u2460"}], "title": "10.2. Redemption Records"}], "external": false};
window.dfnpanelData['dom-document-hasprivatetokens'] = {"dfnID": "dom-document-hasprivatetokens", "url": "#dom-document-hasprivatetokens", "dfnText": "hasPrivateTokens(issuer)", "refSections": [{"refs": [{"id": "ref-for-dom-document-hasprivatetokens"}], "title": "10.3. Changes to Document"}], "external": false};
window.dfnpanelData['dom-document-hasprivatetoken'] = {"dfnID": "dom-document-hasprivatetoken", "url": "#dom-document-hasprivatetoken", "dfnText": "hasPrivateToken(issuer)", "refSections": [{"refs": [{"id": "ref-for-dom-document-hasprivatetoken"}], "title": "10.3. Changes to Document"}], "external": false};
window.dfnpanelData['dom-document-hasredemptionrecord'] = {"dfnID": "dom-document-hasredemptionrecord", "url": "#dom-document-hasredemptionrecord", "dfnText": "hasRedemptionRecord(issuer)", "refSections": [{"refs": [{"id": "ref-for-dom-document-hasredemptionrecord"}], "title": "10.3. Changes to Document"}], "external": false};
window.dfnpanelData['http-headerdef-sec-private-state-token'] = {"dfnID": "http-headerdef-sec-private-state-token", "url": "#http-headerdef-sec-private-state-token", "dfnText": "Sec-Private-State-Token", "refSections": [{"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token"}], "title": "9.1. Creating An Issue Request"}, {"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token\u2460"}, {"id": "ref-for-http-headerdef-sec-private-state-token\u2461"}], "title": "9.2. Issuer Signing Tokens"}, {"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token\u2462"}, {"id": "ref-for-http-headerdef-sec-private-state-token\u2463"}, {"id": "ref-for-http-headerdef-sec-private-state-token\u2464"}, {"id": "ref-for-http-headerdef-sec-private-state-token\u2465"}], "title": "9.3. Handling Issue Responses"}, {"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token\u2466"}], "title": "10. Redeeming Tokens"}, {"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token\u2467"}, {"id": "ref-for-http-headerdef-sec-private-state-token\u2468"}, {"id": "ref-for-http-headerdef-sec-private-state-token\u2460\u24ea"}, {"id": "ref-for-http-headerdef-sec-private-state-token\u2460\u2460"}], "title": "10.1. Handling Redeem Responses"}, {"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token\u2460\u2461"}], "title": "10.2. Redemption Records"}, {"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token\u2460\u2462"}], "title": "12.1. The 'Sec-Private-State-Token' Header Field"}, {"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token\u2460\u2463"}], "title": "12.2. The 'Sec-Private-State-Token-Lifetime' Header Field"}, {"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token\u2460\u2464"}], "title": "15. IANA Considerations"}], "external": false};
window.dfnpanelData['http-headerdef-sec-private-state-token-lifetime'] = {"dfnID": "http-headerdef-sec-private-state-token-lifetime", "url": "#http-headerdef-sec-private-state-token-lifetime", "dfnText": "Sec-Private-State-Token-Lifetime", "refSections": [{"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token-lifetime"}], "title": "10. Redeeming Tokens"}, {"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token-lifetime\u2460"}, {"id": "ref-for-http-headerdef-sec-private-state-token-lifetime\u2461"}], "title": "10.1. Handling Redeem Responses"}, {"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token-lifetime\u2462"}, {"id": "ref-for-http-headerdef-sec-private-state-token-lifetime\u2463"}], "title": "10.2. Redemption Records"}, {"refs": [{"id": "ref-for-http-headerdef-sec-private-state-token-lifetime\u2464"}], "title": "15. IANA Considerations"}], "external": false};
Expand Down

0 comments on commit 547ddeb

Please sign in to comment.