[SVGMobile12] script element processing

There are a few things unclear from the section on the <svg:script> element.[1]

* What should happen when the "type" attribute has an unsupported value
* I think the questions regarding case-sensitivity, leading and trailing
  spaces, etc. apply here as well
* How exactly do you get the "script" from the <svg:script> element? Are
  child elements nodes processed first? When getting to the element itself,
  are comments nodes, PIs, Element nodes, dropped, etc? So you only keep the
  text nodes for the script language? What happens for XML based scripting
  languages?


[1]<http://www.w3.org/TR/2005/WD-SVGMobile12-20051207/script.html#ScriptElement>


-- 
Anne van Kesteren
<http://annevankesteren.nl/>

Received on Thursday, 12 January 2006 10:29:33 UTC