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

spec: Update to a renaming in fenced frame spec, to fix build. #1261

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Changes from all commits
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
12 changes: 6 additions & 6 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -854,12 +854,12 @@ To <dfn>construct a pending fenced frame config</dfn> given an [=auction config=
: [=fenced frame config/on navigate callback=]
:: null

: [=fenced frame config/effective sandbox flags=]
: [=fenced frame config/effective sandboxing flags=]
:: a [=struct=] with the following [=struct/items=]:
: [=effective sandbox flags/value=]
: [=effective sandboxing flags/value=]
:: TODO: fill this in once fenced frame sandbox flags are more fully specified

: [=effective sandbox flags/visibility=]
: [=effective sandboxing flags/visibility=]
:: "<a for=visibility>`opaque`</a>"

: [=fenced frame config/effective enabled permissions=]
Expand Down Expand Up @@ -1084,12 +1084,12 @@ To <dfn>create nested configs</dfn> given [=generated bid/ad component descripto
: [=fenced frame config/on navigate callback=]
:: null

: [=fenced frame config/effective sandbox flags=]
: [=fenced frame config/effective sandboxing flags=]
:: a [=struct=] with the following [=struct/items=]:
: [=effective sandbox flags/value=]
: [=effective sandboxing flags/value=]
:: TODO: fill this in once fenced frame sandbox flags are more fully specified

: [=effective sandbox flags/visibility=]
: [=effective sandboxing flags/visibility=]
:: "<a for=visibility>`opaque`</a>"

: [=fenced frame config/effective enabled permissions=]
Expand Down
Loading