Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

css-transforms-2 may clash with SVG's rotate, scale, and translate attributes #19

Closed
progers opened this issue Jun 3, 2015 · 1 comment

Comments

@progers
Copy link

progers commented Jun 3, 2015

http://dev.w3.org/csswg/css-transforms-2 is proposing translate, rotate, and scale properties which may clash with SVG. For example, tspan has a rotate attribute that would clash if it were ever promoted to be a presentation attribute. Similar issues exist for some filter elements such as SVGFEDisplacementMap's scale attribute.

@tabatkins
Copy link
Member

Not a problem, actually. SVG has three completely separate rotate attributes, which do completely different things. If they were promoted to presentation attributes, they'd have to be given three different names anyway.

None of the filter attributes are planned to convert into presentation attributes, but if they did, they'd absolutely be given longer property names that mark them as for filters, so again there's no clash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants