--- a/master/script.html Tue May 08 00:51:01 2012 +1000
+++ b/master/script.html Tue May 08 00:54:08 2012 +1000
@@ -52,6 +52,24 @@
<h2 id="ScriptElement">The <span class="element-name">'script'</span> element</h2>
+<div class="annotation">
+ <p>
+ SVG2 Requirement: Consider allowing async/defer on <svg:script>
+ </p>
+ <p>
+ Resolution: SVG 2 will allow async/defer on <svg:script>
+ </p>
+ <p>
+ <a href="http://www.w3.org/2012/01/05-svg-irc#T21-07-03">5 January 2012 SVG WG telcon</a>.
+ </p>
+ <p>
+ Purpose: To align with the HTML script element
+ </p>
+ <p>
+ Owner: Cameron (ACTION-3280)
+ </p>
+</div>
+
<p>A <a>'script'</a> element is equivalent to the <a>'script'</a> element in
HTML and thus is the place for scripts (e.g., ECMAScript). Any functions
defined within any <a>'script'</a> element have a "global" scope across the