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

> Small correction: It is not only translate ( but translate <wsp>* (. @tabatkins could you confirm that this is or is not possible with the CSS tokeniser and parser?

`translate (` gets tokenized as `IDENT(translate) OPEN-PAREN`; `translate(` gets tokenized as `FUNCTION(translate)`.  I'm not sure what the rest of your question is asking about. ^_^

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

Received on Wednesday, 2 May 2018 17:15:29 UTC