Skip to content

Commit

Permalink
[e] (0) Move note to before the examples so it isn't sandwiched
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3985 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 24, 2009
1 parent beb3947 commit 536eed5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
9 changes: 4 additions & 5 deletions index
Expand Up @@ -12423,6 +12423,10 @@ people expect to have work and what is necessary.

</div>

<p class=note>When inserted using the <code title=dom-document-write><a href=#dom-document-write>document.write()</a></code> method,
<code><a href=#script>script</a></code> elements execute (typically synchronously), but
when inserted using <code title=dom-innerHTML><a href=#dom-innerhtml>innerHTML</a></code> and <code title=dom-outerHTML><a href=#dom-outerhtml>outerHTML</a></code> attributes, they do not
execute at all.</p>

<div class=example>

Expand All @@ -12446,11 +12450,6 @@ o............A....e

</div>

<p class=note>When inserted using the <code title=dom-document-write><a href=#dom-document-write>document.write()</a></code> method,
<code><a href=#script>script</a></code> elements execute (typically synchronously), but
when inserted using <code title=dom-innerHTML><a href=#dom-innerhtml>innerHTML</a></code> and <code title=dom-outerHTML><a href=#dom-outerhtml>outerHTML</a></code> attributes, they do not
execute at all.</p>

<div class=example>

<p>The following sample shows how a script element can be used to
Expand Down
15 changes: 7 additions & 8 deletions source
Expand Up @@ -13196,6 +13196,13 @@ people expect to have work and what is necessary.

</div>

<p class="note">When inserted using the <code
title="dom-document-write">document.write()</code> method,
<code>script</code> elements execute (typically synchronously), but
when inserted using <code
title="dom-innerHTML">innerHTML</code> and <code
title="dom-outerHTML">outerHTML</code> attributes, they do not
execute at all.</p>

<div class="example">

Expand All @@ -13219,14 +13226,6 @@ o............A....e

</div>

<p class="note">When inserted using the <code
title="dom-document-write">document.write()</code> method,
<code>script</code> elements execute (typically synchronously), but
when inserted using <code
title="dom-innerHTML">innerHTML</code> and <code
title="dom-outerHTML">outerHTML</code> attributes, they do not
execute at all.</p>

<div class="example">

<p>The following sample shows how a script element can be used to
Expand Down

0 comments on commit 536eed5

Please sign in to comment.