Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Last active February 13, 2018 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/d17052d2df72aa080c4646e19d123537 to your computer and use it in GitHub Desktop.
Save LeaVerou/d17052d2df72aa080c4646e19d123537 to your computer and use it in GitHub Desktop.
Local links in <iframe srcdoc> don’t seem to work
/**
* Local links in <iframe srcdoc> don’t seem to work
*/
<iframe srcdoc='<a href="#foo">Link</a>
<p>f</p><p>f</p><p>f</p><p>f</p><p>f</p><p>f</p><p>f</p><p>f</p>
<p id="foo">here, here!</p>'></iframe>
// alert('Hello world!');
{"view":"split","fontsize":"110","seethrough":"","prefixfree":"","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment