Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The <iframe> element always fires a load event, protecting from the parent the information whether the child document loaded correctly. #21

Open
t10-13rocket opened this issue Nov 13, 2021 · 0 comments

Comments

@t10-13rocket
Copy link
Owner

The <iframe> element always fires a load event, protecting from the parent the information whether the child document loaded correctly.

However, the <object> element fires either load or error, depending on whether the child document loaded correctly. Should that behave like <iframe> instead, so that the information does not leak?

On top of that, <object> supports fallback rendering of its inlined content in case embedding the object data failed. That can also leak the same information.

Originally posted by @antosart in whatwg/html#7327

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant