- From: Doug Schepers <schepers@w3.org>
- Date: Mon, 13 Oct 2008 17:49:10 -0400
- To: Helder Magalhães <helder.magalhaes@gmail.com>
- CC: www-svg <www-svg@w3.org>
Hi, Helder- Helder Magalhães wrote (on 10/13/08 5:22 AM): > > 10. Unsorted minor issues [GENERAL] (ISSUE-2123 <http://www.w3.org/Graphics/SVG/WG/track/issues/2123>) > 10.1. Above average vertical spacing used for no apparent reason. > Known cases (there might be more): "sync-attr-main.svg", > "sync-attr-main.svg" and "navigation.svg". I'm not sure why these particular files are double-spacing... there's some oddity going on in our make script for our spec. It's only cosmetic, but if we can fix it, we will. > 10.2. Referencing SVG version "1.1". Known cases (there might be > more): "title-desc-tooltip.svg", "nohandler.svg". I've gone through and updated all examples to use version="1.2". > 10.3. Missing XML preamble. Known cases (there might be more): > "media02.svg", "media04.svg" The XML Declaration is not strictly necessary, and I personally rarely use it. By definition, any SVG document without a XML Declaration is is an XML 1.0 document, and the encoding can be detected by the presence of the Byte-Order Mark. So, in these instances, it's not needed. Please let us know whether or not this response is satisfactory to you. Regards- -Doug
Received on Monday, 13 October 2008 21:49:19 UTC