Re: [csswg-drafts] [css-transforms-1] Browsers do not implement transform attribute syntax as described by w3c

The issue is that making transform a presentation attribute means that CSS tokenization rules apply. Though browsers may support the relaxed SVG syntax today, it just makes it harder for them to comply to CSS rules tomorrow. CC @tabatkins 

@AmeliaBR in webkit I did experiment with using the CSS parser and legacy parsing rules for many properties (like cx, cry and so on). Even for the transform attribute. Though i know that the code for geometry properties landed, I can’t remember if I ever landed the patch for transforms. Do you have a simple test case that demonstrates that units and/or “pure” CSS transform functions do not apply?

-- 
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2623#issuecomment-385237316 using your GitHub account

Received on Sunday, 29 April 2018 09:16:00 UTC