--- markup/html/scripting-parser/parser.html 2008/04/29 04:07:18 1.16 +++ markup/html/scripting-parser/parser.html 2008/05/16 10:29:25 1.17 @@ -598,7 +598,6 @@ } // If the load was successful - log ('load event fired at the script element'); if (true) { // Scripting is enabled, Document.designMode is disabled, @@ -607,6 +606,8 @@ parseAndRunScript (doc, s); } + log ('load event fired at the script element'); + log ('executing a script block: end'); } // executeScript @@ -896,11 +897,12 @@ algorithm, and so on.
  • Does not raise parse errors for invalid attribute specifications in start or end tags. -
  • Does not support PCDATA elements (title and +
  • Does not support RCDATA elements (title and textarea). -
  • Does not strip the first newline in pre elements. +
  • Does not strip the first newline in pre, +listing, and textarea elements.
  • Does not support <!--..--> parsing rule -in script element. +in CDATA/RCDATA elements.
  • Does not support foreign (SVG or MathML) elements.
  • Only supports script type text/javascript. type and language @@ -944,7 +946,7 @@ - +