HTML/iframe: Difference between revisions
< HTML
Jump to navigation
Jump to search
(drafted) |
(→drop sandbox attribute: posted to WHATWG wiki and list) |
||
Line 11: | Line 11: | ||
== iframe element spec issues == | == iframe element spec issues == | ||
=== drop sandbox attribute === | === drop sandbox attribute === | ||
Issue recorded on the WHATWG wiki: http://wiki.whatwg.org/wiki/Iframe_Sandbox | |||
* The <code>sandbox</code> feature on <code><iframe></code> should be considered for removal. | * The <code>sandbox</code> feature on <code><iframe></code> should be considered for removal. | ||
** needs security review | ** needs security review | ||
Line 16: | Line 18: | ||
** may not actually solve the problem it is intending to solve | ** may not actually solve the problem it is intending to solve | ||
** Jonas Sicking has more input on this. | ** Jonas Sicking has more input on this. | ||
2010-08-01 posted: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/027483.html | |||
== see also == | == see also == | ||
* [[HTML5]] home page | * [[HTML5]] home page |
Revision as of 02:21, 2 August 2010
Welcome to the Mozilla wiki page on the HTML5 <iframe> element. Please feel free to contribute new test pages or new sections. -- Tantek
This article is a stub. You can help MozillaWiki by expanding it.
iframe element test pages
- ...
iframe element demo pages
- ...
iframe element spec issues
drop sandbox attribute
Issue recorded on the WHATWG wiki: http://wiki.whatwg.org/wiki/Iframe_Sandbox
- The
sandbox
feature on<iframe>
should be considered for removal.- needs security review
- will be a lot of work to implement
- may not actually solve the problem it is intending to solve
- Jonas Sicking has more input on this.
2010-08-01 posted: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2010-August/027483.html
see also
- HTML5 home page