Skip to content

Commit 0585328

Browse files
description fixes
1 parent 1e17ba2 commit 0585328

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specs/IFramePermissionRequested.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ In this document we describe the updated API. We'd appreciate your feedback.
2020

2121
# Description
2222
We propose extending `CoreWebView2Frame` to include the `PermissionRequested`
23-
event. This event will be raised whenever an iframe requests permission to
23+
event. This event will be raised whenever the iframe corresponding to the
24+
CoreWebView2Frame or any of its descendant iframes requests permission to
2425
priveleged resources.
2526

2627
Additionally, we propose extending `CoreWebView2PermissionRequestedEventArgs`
@@ -35,8 +36,7 @@ will not be raised on the `CoreWebView2`, and its event handlers will not be
3536
invoked.
3637

3738
In the case of a nested iframe requesting permission, we will raise the event
38-
off of the top level iframe. This is due to the previously mentioned limitation
39-
of not having `CoreWebView2Frame`'s for nested iframes.
39+
off of the top level iframe.
4040

4141
# Examples
4242
## C++: Registering IFrame Permission Requested Handler

0 commit comments

Comments
 (0)