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

Try to fix build after fenced frame spec container size removal. #1270

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 1 addition & 7 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -832,15 +832,12 @@ To <dfn>construct a pending fenced frame config</dfn> given an [=auction config=
: [=mapped url/visibility=]
:: "<a for=visibility>`opaque`</a>"

: [=fenced frame config/container size=]
: [=fenced frame config/content size=]
:: the result of

Issue: converting |config|'s [=auction config/requested size=] to pixel values
(<a href="https://github.com/WICG/turtledove/issues/986">WICG/turtledove#986</a>)

: [=fenced frame config/content size=]
:: null

: [=fenced frame config/interest group descriptor=]
:: a [=struct=] with the following [=struct/items=]:
: [=interest group descriptor/value=]
Expand Down Expand Up @@ -1068,9 +1065,6 @@ To <dfn>create nested configs</dfn> given [=generated bid/ad component descripto
: [=mapped url/visibility=]
:: "<a for=visibility>`opaque`</a>"

: [=fenced frame config/container size=]
:: null

: [=fenced frame config/content size=]
:: If |adComponentDescriptor|'s [=ad descriptor/size=] is null, then null. Otherwise, a
[=struct=] with the following [=struct/items=]:
Expand Down
Loading