Add annotation for adding async/defer to script element
authorCameron McCormack <cam@mcc.id.au>
Tue, 08 May 2012 00:54:08 +1000
changeset 41 802e0be15fbd
parent 40 9feda13f1185
child 42 6ad49f31d256
Add annotation for adding async/defer to script element
master/script.html
--- 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 &lt;svg:script&gt;
+ </p>
+ <p>
+   Resolution: SVG 2 will allow async/defer on &lt;svg:script&gt;
+ </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