Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[acgiow] (2) * Add <iframe sandbox>, which supports:
   - isolating frames in their own unique origin,
   - disabling plugins
   - disabling forms
   - disabling scripts
   - disabling navigating of other browsing contexts
   - disabling popups and modal dialogs
* Make the spec well-defined in the face of browsers that disable scripting on a per-browsing-context basis, and use this for the concept of sandboxing scripts.
* Abstract out the concept of scripting being disabled, so that we don't have to refer to designMode all over the place.
* Add a note that <noscript> fails pretty badly with designMode. Add and update some XXX notes in various places.
* Require that Henri do the impossible by checking that scripts never cause non-conforming states to occur.
* Require that sets of space-separated tokens with lists of allowed values not use values outside of the allowed values.

git-svn-id: http://svn.whatwg.org/webapps@1643 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 21, 2008
1 parent e23a562 commit 68d989c
Show file tree
Hide file tree
Showing 2 changed files with 828 additions and 325 deletions.

0 comments on commit 68d989c

Please sign in to comment.