Re: [svgwg] What properties from a style element or attribute should be applied to an element? (#721)

I'm targeting SVG 1.1

Neither `height` or `transform` are set in the SVG 1.1 property index, but everyone still support `transform`. Is there a reason for that?

`transform` indeed a presentation attribute in the SVG 2.

Surprisingly, `width` and `height` are mentioned in the SVG 1.1 spec, in the [6.16 User agent style sheet](https://www.w3.org/TR/SVG11/styling.html#UAStyleSheet). So we should be able to set them via CSS?

PS: looks like Chrome ignores the `version` attribute, so I can't force SVG 1.1. Or it applies `height` even in SVG 1.1

-- 
GitHub Notification of comment by RazrFalcon
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/721#issuecomment-519482094 using your GitHub account

Received on Thursday, 8 August 2019 11:37:20 UTC