From 58c2abb51c045511613d851f6da5f0d6d6f084f8 Mon Sep 17 00:00:00 2001 From: Koji Ota Date: Tue, 7 Feb 2023 13:34:53 +0900 Subject: [PATCH] fix markdown link syntax --- explainer/integration_with_web_platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explainer/integration_with_web_platform.md b/explainer/integration_with_web_platform.md index baa842b5..7cd780a8 100644 --- a/explainer/integration_with_web_platform.md +++ b/explainer/integration_with_web_platform.md @@ -8,7 +8,7 @@ The src attribute which defines the url of the fenced frame is subjected to vari The origin of the fenced frame will be the regular origin that it got navigated to. For opaque src, the origin will be that of the url that the opaque urn was mapped to by the browser. Any origin-keyed storage and communication channels with other same-origin frames outside the fenced frame tree will be disallowed by using a partitioning key with a nonce. The storage key will use the same nonce for the nested iframes and the root fenced frame, so that same-origin channels can still work within the fenced frame tree. Essentially, along with the storage partitioning effort, the storage and broadcast channel access will be keyed on for the root frame and for a nested iframe. More details related to this can be found [here](https://github.com/shivanigithub/fenced-frame/blob/master/explainer/storage_cookies_network_state.md). ## Size -To avoid the size attribute being used to communicate user identifying information from the embedding context to the fenced frame, this will be limited to only a few values. E.g. In the opaque-ads mode, some of the popular values that are (relevant for ads)[https://support.google.com/admanager/answer/1100453?hl=en]. We are also considering allowing some of these sizes to be flexible based on the viewport width on mobile. +To avoid the size attribute being used to communicate user identifying information from the embedding context to the fenced frame, this will be limited to only a few values. E.g. In the opaque-ads mode, some of the popular values that are [relevant for ads](https://support.google.com/admanager/answer/1100453?hl=en). We are also considering allowing some of these sizes to be flexible based on the viewport width on mobile. Note that since size is a channel, these ads cannot be resized by the publisher. TODO: The actual sizes that will be used for the "opaque-ads" fenced frame is yet to be determined and published here.