[html5] r3985 - [e] (0) Move note to before the examples so it isn't sandwiched

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 24 03:05:36 PDT 2009


Author: ianh
Date: 2009-09-24 03:05:35 -0700 (Thu, 24 Sep 2009)
New Revision: 3985

Modified:
   index
   source
Log:
[e] (0) Move note to before the examples so it isn't sandwiched

Modified: index
===================================================================
--- index	2009-09-24 10:03:26 UTC (rev 3984)
+++ index	2009-09-24 10:05:35 UTC (rev 3985)
@@ -12423,6 +12423,10 @@
 
   </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>
 
@@ -12446,11 +12450,6 @@
 
   </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

Modified: source
===================================================================
--- source	2009-09-24 10:03:26 UTC (rev 3984)
+++ source	2009-09-24 10:05:35 UTC (rev 3985)
@@ -13196,6 +13196,13 @@
 
   </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">
 
@@ -13219,14 +13226,6 @@
 
   </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




More information about the Commit-Watchers mailing list