[rfc-i] iab-xml2rfc-02: SVG -and- iab-html-rfc

DougRoyer at aim.com (Doug Royer) Fri, 12 February 2016 19:15 UTC

From: DougRoyer at aim.com (Doug Royer)
Date: Fri, 12 Feb 2016 12:15:03 -0700
Subject: [rfc-i] iab-xml2rfc-02: SVG -and- iab-html-rfc
In-Reply-To: <56BE2B9F.3010002@gmail.com>
References: <56BE2B9F.3010002@gmail.com>
Message-ID: <56BE2F37.1090207@aim.com>

My comments below I would also ask about iab-html-rfc

On 02/12/2016 11:59 AM, Doug Royer wrote:
> 
> After reading iab-xml2rfc it gave me the impression that the full SVG
> (1.1) could be used.
> 
> However draft-svg-rfc uses a *subset* of:
> 
>  "Scalable Vector Graphics (SVG) Tiny 1.2 Specification"
> 
> Full SVG 1.2 spec at:
>    https://www.w3.org/TR/SVGTiny12/single-page.html
> 
> Perhaps it should mention that the correct <svg> tag should be something
> like:
> 
>    <svg xmlns="http://www.w3.org/2000/svg"
>      version="1.2"
>      baseProfile="tiny"
>      ...>
> 
> And not:
>    <svg xmlns="http://www.w3.org/2000/svg"
>     version="1.1"
>      ...>
> 
> The primary difference being the "version" and "baseProfile" values?
>