Error in Mobile SVG Profiles

The DOCTYPE declaration under "Fragment Conformance"[1] misses the 
quotation marks for the system identifier:

   <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG Tiny 1.1//EN"
   http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd>

should be

   <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG Tiny 1.1//EN"
   "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
   ^                                                     ^

[1] http://www.w3.org/TR/SVGMobile/#ssec-fragment-tiny

-- 
David Håsäther

Received on Thursday, 26 May 2005 11:27:57 UTC