SVG12: 7.2 example

Dear Scalable Vector Graphics Working Group,

  In http://www.w3.org/TR/2005/WD-SVGMobile12-20050413/coords.html
section 7.2 the example is

[...]
  <?xml version="1.0" standalone="yes"?>
  <parent xmlns="http://some.url">
     <!-- SVG graphic -->
     <svg xmlns='http://www.w3.org/2000/svg'
        width="100px" height="200px" version="1.1">
        <path d="M100,100 Q200,400,300,100"/>
        <!-- rest of SVG graphic would go here -->
     </svg>   
  </parent>
[...]

This is inconsistent with <http://www.w3.org/2001/06/manual/#Examples>,
please change the draft to be consistent with W3C's manual of style.

regards.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Sunday, 17 April 2005 22:58:38 UTC