Skip to content

Commit

Permalink
[cgiowrt] (2) MAJOR CHANGES: Revamp the way scripts are specified, al…
Browse files Browse the repository at this point in the history
…ong with their interaction with resolving relative URLs, etc. Give enough detail to justify objects in the DOM not being garbage collected randomly when still in use. Define script groups, to handle scripts going away during document.open() and session history navigation. Define why and how setTimeout(), database transactions, etc, handle page transitions. Drop the terms 'with' and 'without' script, use script is 'enabled'/'disabled' instead. Define 'unload' and 'beforeunload'. Rework how onfoo='' and .onfoo event handler attributes are defined. Rework how the content model of <noscript> is defined. Reword the way javascript: is defined to use the new terminology. Add a few notes of things that came up while I was doing all that.

git-svn-id: http://svn.whatwg.org/webapps@2529 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 12, 2008
1 parent dc38c1b commit 246c3b4
Show file tree
Hide file tree
Showing 2 changed files with 1,886 additions and 967 deletions.

0 comments on commit 246c3b4

Please sign in to comment.