From 5052c6dd37b5931338f1de0192f9776dc8c15ee9 Mon Sep 17 00:00:00 2001 From: vardhan30016 Date: Sat, 15 Nov 2025 21:45:27 +0530 Subject: [PATCH] Editorial: clarify description of iframe 'allow' attribute --- source | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/source b/source index 3a0d3fcc078..b2f5257e283 100644 --- a/source +++ b/source @@ -35276,12 +35276,13 @@ interface HTMLIFrameElement : HTMLElement {

The allow - attribute, when specified, determines the container - policy that will be used when the permissions policy for a - Document in the iframe's content navigable is initialized. - Its value must be a serialized permissions - policy. PERMISSIONSPOLICY

+ attribute, when specified, defines the container + policy that applies to the iframe and determines the permissions policy that will be enforced when + the nested Document in the iframe's content navigable is + initialized. Its value must be a serialized + permissions policy. PERMISSIONSPOLICY

+

In this example, an iframe is used to embed a map from an online navigation