<script> elements running only once

http://www.w3.org/TR/SVGMobile12/script.html#ScriptContentProcessing
says that <script> elements are executed when they are inserted into the
document.  However, I noticed that both Opera 9.5b2 and Firefox 3rc1
handle SVG <script> elements in the same way as HTML 5 <script>
elements, i.e. once a <script> element executes, it will not be executed
again when removed from and then reinserted into the document:

  http://dev.w3.org/html5/spec/#running

Do we want to align to HTML here?  (We can ignore the defer/async stuff
for now.)

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Monday, 9 June 2008 01:07:44 UTC