Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix attribution-report link error. #698

Merged
merged 3 commits into from
Jul 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ spec: WebAssembly; urlPrefix: https://webassembly.github.io/spec/core/
spec: WebAssembly-js-api; urlPrefix: https://webassembly.github.io/spec/js-api/
type: dfn
text: compiling a WebAssembly module; url: #compile-a-webassembly-module
spec: attribution-reporting; urlPrefix: https://wicg.github.io/attribution-reporting-api/
spec: attribution-reporting-api; urlPrefix: https://wicg.github.io/attribution-reporting-api/
type: dfn
text: attribution-reporting
text: attribution-reporting; url: #dom-permissionpolicy-attribution-reporting
spec: Fenced Frame; urlPrefix: https://wicg.github.io/fenced-frame/
type: dfn
for: browsing context
Expand Down Expand Up @@ -602,7 +602,7 @@ To <dfn>construct a pending fenced frame config</dfn> given an [=auction config=
: [=fenced frame config/effective enabled permissions=]
:: a [=struct=] with the following [=struct/items=]:
: [=effective enabled permissions/value=]
:: «"<code><a spec="attribution-reporting-api">attribution-reporting</a></code>",
:: «"<code><a>attribution-reporting</a></code>",
"<code>private-aggregation</code>" (TODO:ref), "<code>shared-storage</code>" (TODO:ref),
"<code>shared-storage-select-url</code>" (TODO:ref)»

Expand Down Expand Up @@ -781,7 +781,7 @@ To <dfn>create nested configs</dfn> given [=generated bid/ad component descripto
: [=fenced frame config/effective enabled permissions=]
:: a [=struct=] with the following [=struct/items=]:
: [=effective enabled permissions/value=]
:: «"<code><a spec="attribution-reporting-api">attribution-reporting</a></code>",
:: «"<code><a>attribution-reporting</a></code>",
"<code>private-aggregation</code>" (TODO:ref), "<code>shared-storage</code>" (TODO:ref),
"<code>shared-storage-select-url</code>" (TODO:ref)»

Expand Down