You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in https://crbug.com/709829, we could probably make the spec more powerful by allowing metadata and actions to be routed to different frames, even different controls can be routed to different frames.
This will be useful in the following scenarios:
When the embedder wants to override the metadata in the iframe
When the iframe does not support some actions, but the embedder can do that (such as previous/next track)
The text was updated successfully, but these errors were encountered:
We probably want to integrate with feature policy here to allow delegating to third party iframes.
I would be tempted to keep this in v1 if there is enough interest from implementors. Otherwise, I would classify it as enhancement for now. @alastor0325 , @steimelchrome, WDYT.
As discussed in https://crbug.com/709829, we could probably make the spec more powerful by allowing metadata and actions to be routed to different frames, even different controls can be routed to different frames.
This will be useful in the following scenarios:
The text was updated successfully, but these errors were encountered: