HTML5 and SVG

We resolved the issue with overflow and SVG in HTML.  However, we have been experiementing with the default developer experience of SVG in HTML5.  We believe that developers more than often will simply use the <svg> tag to deliniate vector graphics.  e.g.

<h1>Hello</h1>
Some Text
<svg><rect ../></svg>

By default the sizing should be 100% on the SVG.  Does that mean it should 
   resolve to the dimensions of the SVG contained therein
   should it take into account overflo
   should it adjust document layout if the size changes

Received on Friday, 16 July 2010 15:09:21 UTC