Skip to content

Commit

Permalink
Update to a renaming in fenced frame spec, to fix build. (WICG#1261)
Browse files Browse the repository at this point in the history
Co-authored-by: Maks Orlovich <morlovich@chromium.org>
  • Loading branch information
morlovich and Maks Orlovich authored Aug 27, 2024
1 parent cee45e7 commit 7717cd1
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit 7717cd1

Please sign in to comment.