Re: SVG12: 7.2 example

Hi Björn,

The example has been changed to:

 

<?xml version="1.0"?>

<parent xmlns="http://www.example.org">

   <!-- 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>

 

Please reply to this mail within two weeks if the change does not address your concerns.

Thanks

/svg WG

 

 

 

From: Bjoern Hoehrmann <derhoermi@gmx.net <mailto:derhoermi@gmx.net?Subject=Re:%20SVG12:%207.2%20example&In-Reply-To=%3C42fae976.138248687@smtp.bjoern.hoehrmann.de%3E&References=%3C42fae976.138248687@smtp.bjoern.hoehrmann.de%3E> > 
Date: Mon, 18 Apr 2005 00:59:04 +0200
To: www-svg@w3.org <mailto:www-svg@w3.org?Subject=Re:%20SVG12:%207.2%20example&In-Reply-To=%3C42fae976.138248687@smtp.bjoern.hoehrmann.de%3E&References=%3C42fae976.138248687@smtp.bjoern.hoehrmann.de%3E>  
Message-ID: <42fae976.138248687@smtp.bjoern.hoehrmann.de> 
 
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 <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 <http://bjoern.hoehrmann.de> 
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de <http://www.bjoernsworld.de> 
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ <http://www.websitedev.de/>  

 

Received on Wednesday, 12 October 2005 11:22:12 UTC