WICG / fenced-frame

Proposal for a strong boundary between a page and its embedded content
https://wicg.github.io/fenced-frame/
Other
120 stars 29 forks source link

Spec for window.fence.notifyEvent and onfencedtreeclick #156

Open VergeA opened 2 months ago

VergeA commented 2 months ago

This adds event handlers for onfencedtreeclick, and describes the algorithm for window.fence.notifyEvent(), which fires fencedtreeclick events from the fenced frame's document to the HTMLFencedFrameElement in the embedder.


Preview | Diff

VergeA commented 2 weeks ago

FYI I had to force-push my feature branch after rebasing, which is why there are 5 new commits. There have been no new changes, just a rebase. Sorry for letting this sit, hoping to get back to it soon!