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

@longsonr You are right, SVG BNF does allow it. Here an example: https://codepen.io/krit/pen/deRoXz
* Firefox renders as if there would just be spaces between the 2 transform functions for the attribute.
* WebKit, Blink ignore the transform because it is invalid for the attribute.
* Edge applies just the first transform functions for the attribute.
* CSS does **not** allow commas as separator at all.

**All** browsers do allow at least one comma between the transform functions on the transform attribute. As far as I can see, it would be possible to define a syntax that would allow one comma or wsp+ but it would be difficult.

Do you see any other incompatible difference that I missed?

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

Received on Wednesday, 2 May 2018 20:32:22 UTC