598 |
} |
} |
599 |
|
|
600 |
// If the load was successful |
// If the load was successful |
|
log ('load event fired at the script element'); |
|
601 |
|
|
602 |
if (true) { |
if (true) { |
603 |
// Scripting is enabled, Document.designMode is disabled, |
// Scripting is enabled, Document.designMode is disabled, |
606 |
parseAndRunScript (doc, s); |
parseAndRunScript (doc, s); |
607 |
} |
} |
608 |
|
|
609 |
|
log ('load event fired at the script element'); |
610 |
|
|
611 |
log ('executing a script block: end'); |
log ('executing a script block: end'); |
612 |
} // executeScript |
} // executeScript |
613 |
|
|
897 |
algorithm, and so on. |
algorithm, and so on. |
898 |
<li>Does not raise parse errors for invalid attribute specifications in start |
<li>Does not raise parse errors for invalid attribute specifications in start |
899 |
or end tags. |
or end tags. |
900 |
<li>Does not support PCDATA elements (<code>title</code> and |
<li>Does not support RCDATA elements (<code>title</code> and |
901 |
<code>textarea</code>). |
<code>textarea</code>). |
902 |
<li>Does not strip the first newline in <code>pre</code> elements. |
<li>Does not strip the first newline in <code>pre</code>, |
903 |
|
<code>listing</code>, and <code>textarea</code> elements. |
904 |
<li>Does not support <code><!--</code>..<code>--></code> parsing rule |
<li>Does not support <code><!--</code>..<code>--></code> parsing rule |
905 |
in <code>script</code> element. |
in CDATA/RCDATA elements. |
906 |
<li>Does not support foreign (SVG or MathML) elements. |
<li>Does not support foreign (SVG or MathML) elements. |
907 |
<li>Only supports <code>script</code> <code>type</code> |
<li>Only supports <code>script</code> <code>type</code> |
908 |
<code>text/javascript</code>. <code>type</code> and <code>language</code> |
<code>text/javascript</code>. <code>type</code> and <code>language</code> |