A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
AllowSeamless: Difference between revisions
Jump to navigation
Jump to search
(Created page with '==Overview== TODO ==Use Cases== TODO ==Examples == TODO Category:Proposals') |
|||
Line 9: | Line 9: | ||
==Examples == | ==Examples == | ||
<pre> | |||
<html allowseamless> | |||
<body> | |||
If my parent iframe has the seamless attribute, then <a href="http://example.com">this example link</a> will navigate my parent and the iframe will autosize to the right height and width. | |||
</body> | |||
</pre> | |||
[[Category:Proposals]] | [[Category:Proposals]] |
Revision as of 01:26, 24 May 2012
Overview
TODO
Use Cases
TODO
Examples
<html allowseamless> <body> If my parent iframe has the seamless attribute, then <a href="http://example.com">this example link</a> will navigate my parent and the iframe will autosize to the right height and width. </body>