ACTION-3561: Clarify that <script> is not affected by <switch>.
authorErik Dahlstrom <ed@opera.com>
Mon, 10 Feb 2014 15:20:28 +0100
changeset 631 42ec880c9cbd
parent 630 3e87fbe2cacf
child 632 94d1fc2e7ceb
ACTION-3561: Clarify that <script> is not affected by <switch>.
master/changes.html
master/struct.html
--- a/master/changes.html	Mon Feb 10 15:13:46 2014 +0100
+++ b/master/changes.html	Mon Feb 10 15:20:28 2014 +0100
@@ -124,6 +124,8 @@
   <li class="added-since-last-wd">Removed the <code>SVGElementInstance</code> and <code>SVGElementInstanceList</code> interfaces, and the corresponding attributes on the <a>SVGUseElement</a> interface.</li>
   
   <li class="added-since-last-wd">Changed the <a>'use'</a> element event flow to follow the Shadow DOM spec.</li>
+  
+  <li class="added-since-last-wd">Clarified that the <a>'switch'</a> element does not affect processing of <a>'script'</a> elements.</li>
 </ul>
 
 <h3 id="styling">Styling chapter</h3>
--- a/master/struct.html	Mon Feb 10 15:13:46 2014 +0100
+++ b/master/struct.html	Mon Feb 10 15:20:28 2014 +0100
@@ -1491,6 +1491,9 @@
 has no effect on true/false testing associated with <a>'switch'</a>
 element processing.</p>
 
+<p>The <a>'switch'</a> element does not affect processing of
+<a>'script'</a> elements.</p>
+
 <p>For more information and an example, see
 <a href="extend.html#ForeignObjectElement">Embedding foreign
 object types</a>.</p>