- From: Evgeniy Reizner via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Aug 2019 11:12:18 +0000
- To: public-svg-issues@w3.org
RazrFalcon has just created a new issue for https://github.com/w3c/svgwg: == What properties from a style element or attribute should be applied to an element? == I guess that only the presentation attributes can be set via CSS/style. So something like this: ```xml <rect x="20" y="20" width="160" style="height:160" fill="red"/> ``` is invalid. But Chrome renders it anyway. On the other hand, `transform` isn't a presentation attribute, but everyone will apply it if it set in CSS/style. Does the spec specifies this somewhere? Please view or discuss this issue at https://github.com/w3c/svgwg/issues/721 using your GitHub account
Received on Thursday, 8 August 2019 11:12:19 UTC