Re: [svgwg] Native profile of SVG (#657)

Another name idea is "Encapsulated Scalable Vector Graphics" ("ESVG"), in a similar fashion to "Encapsulated PostScript" (EPS). The file extension could be .esvg.

> Only the following units are supported: (unitless), px, pt, pc, mm, cm, in

I would go even further and restrict the allowed units to (unitless) and px. Except for the "width" and "height" attributes on the outermost SVG element which could be defined with physical units.

> The style element and the style attribute are forbidden.

The "style" attribute should be allowed. I will quote the SVG 2 spec: "In the future, any new properties that apply to SVG content will not gain presentation attributes. Therefore, authors are suggested to use styling properties, either through inline ‘style’ properties or style sheets, rather than presentation attributes, for styling SVG content."

-- 
GitHub Notification of comment by jarek-foksa
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/657#issuecomment-482832311 using your GitHub account

Received on Saturday, 13 April 2019 16:27:03 UTC