-
Notifications
You must be signed in to change notification settings - Fork 16
Injecting contents into iframe documents #83
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
Labels
enhancement
New feature or request
Comments
Recap from the last Web Engineering call.
|
Update in the form of notes – learnings from the Preferences API migration:
|
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
There is currently no “Injection API” allowing developers to inject content into iframes so they may rely on accessing the navigator’s frames directly at the moment, which may cause issues further down the line.
There were talks in the past in Architecture for reference.
This issue will help document use cases and list possible side-effects.
A first use-case can be found in Playground, with prev/next buttons being added into iframes in the scrollable layout. See the dedicated issue.
The doc in architecture is also illustrated using MathML (injecting a script) and CSS (injecting stylesheets).
The text was updated successfully, but these errors were encountered: