-
Notifications
You must be signed in to change notification settings - Fork 237
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] Add size API surface to joinAdInterestGroup #1210
Conversation
f992588
to
91e8789
Compare
@domfarolino PTAL. @JensenPaul should officially add you as a reviewer soon. |
Seems this will resolve issue #495 ? If so, please add reference to this issue in the description. |
Co-authored-by: qingxinwu <[email protected]>
Co-authored-by: qingxinwu <[email protected]>
Co-authored-by: qingxinwu <[email protected]>
@domfarolino @qingxinwu All comments addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, expecting the implementation to match the spec on DOMString soon. If we cannot change the impl in near future, then change spec to USVString and update both in the future might be more preferable.
Co-authored-by: qingxinwu <[email protected]>
SHA: 8721b57 Reason: push, by JensenPaul Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
SHA: 8721b57 Reason: push, by qingxinwu Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Add size fields to the API surface for interest group joining / updating, and propagate those fields into interest group browser signals.
Note: Currently, the IDL fields sizeGroup in AuctionAd and width/height AuctionAdInterestGroupSize are specified to use USVString rather than DOMString, only because the Chromium implementation currently does. This contradicts the recommended use of DOMString for anything that won't appear in a UI. This issue is tracked at #1250
Preview | Diff