Skip to content

Commit

Permalink
[e] (0) Be clearer that innerHTML doesn't affect the scripting flag. …
Browse files Browse the repository at this point in the history
…(bug 6974)

git-svn-id: http://svn.whatwg.org/webapps@3176 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 2, 2009
1 parent 07b4e2e commit a0643b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index
Expand Up @@ -60105,6 +60105,11 @@ interface <dfn id=messageport>MessagePort</dfn> {
<code>Document</code> with which the parser is associated when the
parser was created, and "disabled" otherwise.</p>

<p class=note>The <a href=#scripting-flag>scripting flag</a> can be enabled even
when the parser was originally created for the <a href=#html-fragment-parsing-algorithm>HTML fragment
parsing algorithm</a>, even though <code><a href=#script>script</a></code> elements
don't execute in that case.</p>

<p>The <dfn id=frameset-ok-flag>frameset-ok flag</dfn> is set to "ok" when the parser is
created. It is set to "not ok" after certain tokens are seen.</p>

Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -73837,6 +73837,11 @@ interface <dfn>MessagePort</dfn> {
<code>Document</code> with which the parser is associated when the
parser was created, and "disabled" otherwise.</p>

<p class="note">The <span>scripting flag</span> can be enabled even
when the parser was originally created for the <span>HTML fragment
parsing algorithm</span>, even though <code>script</code> elements
don't execute in that case.</p>

<p>The <dfn>frameset-ok flag</dfn> is set to "ok" when the parser is
created. It is set to "not ok" after certain tokens are seen.</p>

Expand Down

0 comments on commit a0643b8

Please sign in to comment.